Compare commits
1 Commits
72543c1f5d
...
e55099db13
Author | SHA1 | Date | |
---|---|---|---|
e55099db13 |
@@ -94,11 +94,11 @@ main:
|
||||
call drawClock
|
||||
|
||||
.event_occured:
|
||||
cmp eax,EVM_REDRAW
|
||||
cmp eax,EV_REDRAW
|
||||
je .redraw
|
||||
cmp eax,EVM_KEY
|
||||
cmp eax,EV_KEY
|
||||
je .key
|
||||
cmp eax,EVM_BUTTON
|
||||
cmp eax,EV_BUTTON
|
||||
je .button
|
||||
jmp .msgpump
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user