inpControllerButtonDown

Category: Input

Syntax:

inpControllerButtonDown:Int(controller:Int, button:Int)


Parameters

Returns

Int



Summary

Checks if controller button currently pressed (held down).

Takes controller (controller handle from inpCreateController, positive integer), button (button ID constant, integer).

Returns 1 if button currently pressed, 0 if released or error.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn