We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932387b commit 0168faaCopy full SHA for 0168faa
bender.bmx
@@ -51,10 +51,12 @@ While True
51
TAppFileIO.saveAsIndexed = False
52
EndIf
53
54
- WaitEvent
55
- 'Print CurrentEvent.ToString()
56
- 'Print GCMemAlloced()
+ 'Debug stuff
+ 'Print "current event: " + CurrentEvent.ToString()
+ 'Print "allocated memory in bytes: " + GCMemAlloced() 'not sure how accurate this really is, numbers don't match with task manager
57
+ 'Print "mouse position in canvas: x = " + MouseX() + " y = " + MouseY()
58
59
+ PollEvent
60
'Event Responses
61
Select EventID()
62
Case EVENT_APPRESUME
0 commit comments