summaryrefslogtreecommitdiff
path: root/grapher/Models/Serialized/RawAccelSettings.cs
Commit message (Collapse)AuthorAgeFilesLines
* update wrapper + writer to handle luta1xd2021-04-061-141/+0
| | | | grapher is building but applying options still broken for the most part
* Fix most errors from wrapper rewriteJacob Palecki2021-04-041-2/+2
|
* add angle snappinga1xd2021-01-211-0/+1
| | | | probably works like interaccel
* filter raw input based on ida1xd2021-01-121-1/+2
| | | | | | | | 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
* add changes from reviewa1xd2020-12-031-2/+2
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-0/+2
| | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher
* put autowrite option back in menua1xd2020-10-211-6/+11
|
* improve comments, variable namesa1xd2020-10-081-4/+4
|
* add toggle button + save gui settings on closea1xd2020-10-081-0/+12
| | | | remove option to disable write on startup
* ease requirements for loading driver settingsa1xd2020-10-071-5/+24
| | | | | | | gui settings are no longer needed this covers edge case where interaccel converter is used but the gui does not run until after reboot
* add arg checks in wrappera1xd2020-09-271-7/+20
| | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
* Remove and sort usings en masseJacob Palecki2020-09-081-6/+0
|
* Move constants to central classJacob Palecki2020-09-011-7/+1
|
* Add constants class and separate classes into regionsJacob Palecki2020-09-011-0/+21
|
* add independent xy accel to drivera1xd2020-08-311-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated
* Saving and loading fully worksJacob Palecki2020-08-221-14/+17
|
* Serialization mostly workingJacob Palecki2020-08-201-0/+81