summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.hpp
Commit message (Collapse)AuthorAgeFilesLines
* add independent xy accel to drivera1xd2020-08-311-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* clean up wrapper, minimize heap alloca1xd2020-08-241-24/+9
|
* Saving and loading fully worksJacob Palecki2020-08-221-5/+6
|
* Serialization mostly workingJacob Palecki2020-08-201-0/+3
|
* Display active valuesJacob Palecki2020-08-201-3/+15
|
* Fix initial points, add poll time constantJacob Palecki2020-08-131-0/+4
|
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-3/+0
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-3/+0
| |
* | Add velocity gain optionJacob Palecki2020-08-041-1/+2
|/
* Start work on reading from driverJacob Palecki2020-08-031-4/+6
|
* move write function into common io headera1xd2020-07-311-8/+6
|
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-10/+10
|\
| * update grapher/wrapper for st-refactora1xd2020-07-311-10/+8
| |
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-301-0/+1
| |
* | Take all variables through GUIJacob Palecki2020-07-291-1/+13
| |
* | Compiles but may fileJacob Palecki2020-07-291-2/+8
|/
* Use modifier object in wrapperJacob Palecki2020-07-291-16/+16
|
* add per-class args structsJacob Palecki2020-07-281-5/+5
|
* Get rid of enum and use types\tags directlyJacob Palecki2020-07-281-2/+2
|
* Rename acceleration constants, argumentsJacob Palecki2020-07-281-1/+1
|
* More comments and light refactoringJacob Palecki2020-07-281-1/+1
|
* Further refactoring and commentsJacob Palecki2020-07-281-1/+1
|
* skeletonJacob Palecki2020-07-271-1/+1
|
* Add a basic windows forms grapherJacob Palecki2020-07-241-0/+5
|
* Added simple c++/cli wrapperJacob Palecki2020-07-231-0/+47