| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add device menu | a1xd | 2021-09-23 | 1 | -68/+0 |
| | | |||||
| * | get grapher building | a1xd | 2021-09-23 | 1 | -2/+2 |
| | | |||||
| * | refactor rawinput util | a1xd | 2021-04-26 | 1 | -2/+2 |
| | | | | | some generalizations here don't make sense now that we're ignoring errors | ||||
| * | fix device id not working with g305 | a1xd | 2021-01-30 | 1 | -20/+2 |
| | | | | | | | | | this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32 this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput not a big deal considering the names are too generic to be useful anyway | ||||
| * | filter raw input based on id | a1xd | 2021-01-12 | 1 | -25/+20 |
| | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors | ||||
| * | Small behavior improvements | Jacob Palecki | 2021-01-07 | 1 | -1/+2 |
| | | |||||
| * | Refactor | Jacob Palecki | 2021-01-07 | 1 | -0/+90 |