Oscar Ivan Silvestre
Oscar Ivan Silvestre
> Don't mind the messy git history and weird build script changes, I'll clean it up before removing PR's draft status. ## Changes ### Merge all three UX projects and...
### Describe the bug When running unity-based games, it always fails with the following log: ``` 012c:err:module:LdrInitializeThunk Importing dlls for L"Z:\\run\\user\\1000\\doc\\\\.exe" failed, status c0000135 ``` Do note that this *only*...
# Changes - [x] Shortcuts - [x] Auto-start minimized - [x] Target installer - [x] Fix progress bar - [x] Properly register OTD as an installed app on Windows -...
Tested: - Bindings - [ ] ScriptRunner - Filter - [x] MeL - [ ] PrecisionControl - [x] Reconstructor - Output Mode - [ ] TouchEmu - [ ] VMultiMode...
The pressure seems to be of the format `pressure = max - value`. Seems like the firmware embeds a "calibration" to the report and "refreshes" every time the pen enters...
### Description We have way too many classes that essentially does the same parsing but in different indices. If we encounter such tablet that only needs "regular" parsing, we should...
Using just the input/output/feature report length is not specific enough for devices that have all three looking similar. Instead we should use HID report ID and usage ID. Something like...
### Description When area rotations go beyond ±45 degrees of the tablet's current orientation, rotate the view itself such that the area is always facing "up". This should match what...