31
Feature Suggestions / Re: Joystick Axis Support
« Last post by scottb613 on March 29, 2025, 07:56:10 AM »Hi...
It seems close - but I am missing something - when I start the loop - it has a constant [Right Arrow] key press with the joystick in the neutral - the only way to release it - is when I move the joystick to the left which presses a [Left Arrow]. As soon as I release to neutral - it's pressing [Right Arrow] again.
I need to hold down the arrow key until the joystick is released.
I see what you're saying about Else If.
Thanks for all the help, info, - and patience.

Regards,
Scott
Code: [Select]
Start Indefinite Loop
Begin Device State Check : Joystick 1 X Is Greater Than 95
Press down Right key
Else
Release Right key
End Condition
Begin Device State Check : Joystick 1 X Is Less Than 05
Press down Left key
Else
Release Left key
End Condition
Pause 0.1 seconds
End Loop
It seems close - but I am missing something - when I start the loop - it has a constant [Right Arrow] key press with the joystick in the neutral - the only way to release it - is when I move the joystick to the left which presses a [Left Arrow]. As soon as I release to neutral - it's pressing [Right Arrow] again.
I need to hold down the arrow key until the joystick is released.
I see what you're saying about Else If.
Thanks for all the help, info, - and patience.

Regards,
Scott