inpLeftStickHitY

Category: Input

Syntax:

inpLeftStickHitY:Int(controller:Int, direction:Int)


Parameters

Returns

Int



Summary

Returns left analog stick vertical axis value with direction parameter.

Takes controller (controller handle from inpCreateController, positive integer), direction (0=up, 1=down, controls return value sign/interpretation).

Returns integer axis value (-32768 to +32767 range, sign depends on direction parameter).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn