Category: Input
Syntax:
inpIsKeyHit:Int(vKeyCode:Int)
Int
Checks if keyboard key just pressed this frame (single press detection).
Takes vKeyCode (virtual key code constant, integer, e.g., VK_SPACE, VK_ENTER).
Returns 1 if key just pressed, 0 otherwise.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn