Reading joystick input in UiProcess/InputProcess

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Reading joystick input in UiProcess/InputProcess

Reading joystick input in UiProcess/InputProcess

by kodi » Fri Jul 11, 2025 2:53 am

Heya.
I would like to be able to read the magnitude of joystick analog input in an event handler. My reason is to allow a controller to perform actions that otherwise are handled through mouse events and the MouseX/MouseY inputs, such as ZScript GUI navigation.

Top