IEventHandler.joysticks

Returns an array of the interface for controlling joysticks. If its length is zero, no joysticks were found.

It is checked once, if one controller has been disabled, then it is recommended to zero the array as shown below and call again to rescan the joysticks.

event.joysticks.length = 0;
interface IEventHandler
@safe @property
joysticks
()

Meta