IOWrapper
IOWrapper copied to clipboard
Universal Control Remapper 2.0 (Back End)
- [x] upgraded packages - [x] resolved most linting issues - [x] added basic feedback functions - [ ] connected feedback functions to Wrapper layers - [ ] tested changes...
Because JoystickOffset.PointOfViewControllers1 - 3 are offset by multiples of 4 from JoystickOffset.PointOfViewControllers0, instead of getting indexes of 0, 1, 2, and 3, indexes used were 0, 4, 8, and 12...
If BlockingEnabled is true, then output bindings are marked as blockable, which causes the Block checkbox to appear in the UI for output bindings
It has been reported in https://github.com/Snoothy/UCR/issues/115 that 4-way POV is not available for remapping in UCR on a vJoy device and it has to be reconfigured to Continuous in order...
Interception, Tobii, vJoy etc DLLs should probably not be in the repo. vJoy DLL should be loaded from Program Files a-la UCR-AHK
Current plan: 1. When [UCR is the active application](https://stackoverflow.com/questions/7162834/determine-if-current-application-is-activated-has-focus), disable all blocking for keyboard and mouse in Subscription Mode 2. Panic Key No special treatment for mouse. Keyboard checks for...