inpControllerDPadDown

Category: Input

Syntax:

inpControllerDPadDown:Int(controller:Int, direction:Int)


Parameters

Returns

Int



Summary

Checks if D-pad direction currently pressed (held down).

Takes controller (controller handle from inpCreateController, positive integer), direction (D-pad direction constant: 0=up, 1=down, 2=left, 3=right).

Returns 1 if direction pressed, 0 if released or error.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn