daemon3000 / InputManager

Custom InputManager for Unity
Other
587 stars 88 forks source link

ResetInput separate for joystick and keyboard #7

Closed Elit3d closed 9 years ago

Elit3d commented 9 years ago

Currently there isnt a way to Reset input for the different UI buttons (keyboard and joystick) this feature would be great

daemon3000 commented 9 years ago

If what you're referring to is resetting input configurations(keyboard or joystick for example) to a default state it can already be done and is shown in the controls menu example(see the ResetInputConfiguration script).

Elit3d commented 9 years ago

say if i had a keyboard button Fire1 and a joystick button Fire1 on same canvas, I can reset them seperate?