This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
pongr/pongr/events.pb
2011-01-15 17:45:37 +01:00

16 lines
327 B
Plaintext

; In this file, we handle alle the events
Procedure handle_event_main_menu()
If KeyboardReleased(#PB_Key_U)
Debug "U pressed"
EndIf
EndProcedure
; IDE Options = PureBasic 4.51 (Linux - x64)
; CursorPosition = 4
; Folding = -
; EnableUnicode
; EnableThread
; EnableXP
; EnableCompileCount = 0
; EnableBuildCount = 0