gainput
gainput copied to clipboard
How to get callbacks even when bool keys are repeating while holding down?
Currently I find the MappedInputListener to only call the registered callback functions when the state of the button changes. Is there a way to force an input event from the MappedInputListener even when a key is repeating?