inpIsMouseDown

Category: Input

Syntax:

inpIsMouseDown:Int(vmButtonCode:Int)


Parameters

Returns

Int



Summary

Checks if mouse button currently pressed (held down).

Takes vmButtonCode (mouse button code: 0=left, 1=right, 2=middle).

Returns 1 if button pressed, 0 if released.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn