Category: Input
Syntax:
inpControllerDPadDown:Int(controller:Int, direction:Int)
Int
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn