evilC / UCR

Universal Control Remapper [ALPHA]
MIT License
196 stars 31 forks source link

Current capabilities for unity co-op. #207

Closed rjb25 closed 6 years ago

rjb25 commented 6 years ago

Hello!

Hopefully this is an easy close. I am simply wondering which of the following are currently possible given the state of this repo. If they are not currently possible when if ever might they be?

  1. Converting separate mice axis to separate joystick axis. (Check! Got this working. I can move two different mice and it affects two different characters looking direction.)
  2. Separate mice clicks/mousewheel to separate joystick trigger actions.
  3. Remapping a given keyboards WASD to arrow keys. This would allow both players to use WASD and in unity it would be able to tell which players movement was desired. WASD versus arrow keys in this case.

Thanks!

evilC commented 6 years ago

This feature has just been added to version 0.4.0 of the new UCR-C#. It will never be possible in this version (UCR-AHK) due to the way it processes keyboard / mouse input.