Hi...
Hmm - something like this?
Start Loop (Infinite)
If {STATE_JOYSTICK1X} > 70
Press and Release "Right Arrow" key
If {STATE_JOYSTICK1X} < 30
Press and Release "Left Arrow" key
If {STATE_JOYSTICK1Y} < 30
Press and Release "Up Arrow" key
If {STATE_JOYSTICK1Y} > 70
Press and Release "Down Arrow" key
Pause 0.05 seconds
End Loop
JoyToKey continuously monitors the joystick’s state in the background at a low level, using the Windows DirectInput or XInput APIs. It checks the axis positions (e.g., X+, X-, Y+, Y-) and button states in real-time.
Does VA2 use the same? Just concerned about performance.
RRegards,
Scott