inpIsKeyDown

Category: Input

Syntax:

inpIsKeyDown:Int(vKeyCode:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn