Merge remote-tracking branch 'upstream/master' into something_to_pull

This commit is contained in:
Christian Groessler
2014-01-17 22:33:29 +01:00
22 changed files with 192 additions and 134 deletions

View File

@@ -78,9 +78,9 @@
.byte
CSHOW .addr
.byte
CDRAW .addr
CPREP .addr
.byte
CMOVE .addr
CDRAW .addr
.byte
CMOVEX .addr
.byte
@@ -94,8 +94,8 @@
.struct MOUSE_CALLBACKS
HIDE .addr ; Hide the mouse cursor
SHOW .addr ; Show the mouse cursor
PREP .addr ; Prepare to move the mouse cursor
DRAW .addr ; Draw the mouse cursor
MOVE .addr ; Prepare to move the mouse cursor
MOVEX .addr ; Move the mouse cursor to X coord
MOVEY .addr ; Move the mouse cursor to Y coord
.endstruct