I want to add raw gamepad input to my game and allow the player to define button actions. Presently the ‘pressed’, ‘released’ and ‘repeated’ flags are always false. Do I have to implement this myself?
Also on the off-chance has anyone already done this sort of thing and made a native extension?
Thanks