Controlify

Controlify

609k Downloads

Broken deadzone detection

isXander opened this issue ยท 0 comments

commented

Is your feature request related to a problem? Please describe.
If for whatever reason, controller calibration has been skipped, or a joystick is not mapped (default resting state is 0.0 and triggers return -1.0 by default), the user is unable to use keyboard/mouse input because every tick, Controlify detects input and sets the input mode to controller.

Describe the solution you'd like
Controlify should detect the constant changes in input mode (e.g., every tick it changes back and forth), and automatically disable the controller currently in use and send a toast.

Describe alternatives you've considered
The behaviour of switching input mode could be changed so it will only switch to controller if a button is pressed (which doesn't have deadzone issues).