inpIsKeyHit

Category: Input

Syntax:

inpIsKeyHit:Int(vKeyCode:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn