Category: Input
Syntax:
inpIsMouseHit:Int(vmButtonCode:Int)
Int
Checks if mouse button just pressed this frame (single click detection).
Takes vmButtonCode (mouse button code: 0=left, 1=right, 2=middle).
Returns 1 if button just pressed, 0 otherwise.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn