summaryrefslogtreecommitdiff
path: root/grapher/Models/Devices
Commit message (Collapse)AuthorAgeFilesLines
* add device menua1xd2021-09-233-141/+26
|
* get grapher buildinga1xd2021-09-231-2/+2
|
* refactor rawinput utila1xd2021-04-261-2/+2
| | | | some generalizations here don't make sense now that we're ignoring errors
* fix device id not working with g305a1xd2021-01-302-21/+3
| | | | | | | | 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 ida1xd2021-01-122-32/+27
| | | | | | | | 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 improvementsJacob Palecki2021-01-071-1/+2
|
* RefactorJacob Palecki2021-01-073-33/+163
|
* rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-071-0/+33