Compare commits
2 Commits
8cbed751a3
...
4550e15838
Author | SHA1 | Date | |
---|---|---|---|
4550e15838 | |||
cc867a0bb8 |
@@ -26,7 +26,7 @@ include "../../encoding.inc"
|
||||
;---------------------------------------------------------------------
|
||||
|
||||
START:
|
||||
mcall SF_SET_EVENTS_MASK, 0x00000027
|
||||
mcall SF_SET_EVENTS_MASK, EVM_REDRAW or EVM_BUTTON or EVM_MOUSE
|
||||
|
||||
mcall SF_SYS_MISC, SSF_HEAP_INIT
|
||||
|
||||
@@ -65,7 +65,7 @@ button:
|
||||
|
||||
mouse:
|
||||
mcall SF_MOUSE_GET, SSF_BUTTON
|
||||
|
||||
|
||||
test ax, 0x0001
|
||||
jnz still
|
||||
|
||||
|
Reference in New Issue
Block a user