Category: Input
Syntax:
inpIsKeyDown:Int(vKeyCode:Int)
Int
Checks if keyboard key currently pressed (held down).
Takes vKeyCode (virtual key code constant, integer, e.g., VK_W, VK_SPACE).
Returns 1 if key pressed, 0 if released.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn