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.pbi

18 lines
368 B
Plaintext

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