IOWrapper icon indicating copy to clipboard operation
IOWrapper copied to clipboard

Universal Control Remapper 2.0 (Back End)

Results 7 IOWrapper issues
Sort by recently updated
recently updated
newest added

- [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

bug

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...

Reported by nazhusone in Discord

bug

Interception, Tobii, vJoy etc DLLs should probably not be in the repo. vJoy DLL should be loaded from Program Files a-la UCR-AHK

house-keeping

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...

enhancement