Component: Joystick (Controls)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Controls |
Contents
Joystick component
A simple joystick component allowing for easy mouse or touchscreen based analogue control.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
ReadAxisAsFloat |
Reads a single axis of the joystick and returns as a floating point value. | |
![]() |
Axis |
Range 0-1 Where 0=X, 1=Y | |
[[File:]] - | Return |
![]() |
ReadAxisAsInt |
Reads a single axis of the joystick and returns as a signed integer value. | |
![]() |
Axis |
Range 0-1 Where 0=X, 1=Y | |
[[File:]] - | Return |