Page 1 of 1

InstallEventHandler and joystick

Posted: Tue Aug 22, 2017 10:32 pm
by peceha
Hi
is there an event triggered by joystick that can be installed with InstallEventHandler?

I checked in documentation and couldn't find any joysticks "actions" for InstallEventHandler.
But I'm asking because there might be a chance that documentation is missing some information :)

Thanks

Re: InstallEventHandler and joystick

Posted: Sat Aug 26, 2017 1:41 pm
by airsoftsoftwair
No, joysticks aren't integrated into the event handler. You have to poll them in a loop.

Re: InstallEventHandler and joystick

Posted: Wed Aug 30, 2017 4:15 pm
by peceha
Thanks