inpLeftStickHitX

Category: Input

Syntax:

inpLeftStickHitX:Int(controller:Int, direction:Int)


Parameters

Returns

Int



Summary

Returns left analog stick horizontal axis value with direction parameter.

Takes controller (controller handle from inpCreateController, positive integer), direction (0=left, 1=right, 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