Commit graph

7 commits

Author SHA1 Message Date
2015f51dde axis monitoring now watches for changes instead of absolute
Will now keep the last axis reading and compare against that, instead of
just using a deviation from the center value.

That means it will correctly work with axes that do not have a resting
position in the center, e.g. physical throttles.

Also added the Z, R, U, V axis (aka all AHK axes are now supported)

fixes #1

makes #2 less pressing :)
2021-01-19 13:18:53 +01:00
53da52d8ae use WinClose instead of Process, Close
… since that doesn’t force kill the process.

fixes #4
2020-08-03 18:47:45 +02:00
7f0b63500c fixed reading booleans from the .ini file
When reading a boolean from a .ini file, you have to manually add a step
to evaluate what has been read as a _string_ to a boolean. Fun.

fixes #3
2020-03-13 21:27:43 +01:00
7bed785a4b several config file changes
Changed the naming for some options to make them clearer (IMO).

Added option to disable monitoring of certain devices’ axes and/or
buttons.

Made axes/buttons/sensitivity settings for devices optional.
2020-02-08 15:15:45 +01:00
27662ada0c added config file check 2020-02-08 14:35:49 +01:00
8181e2eea2 copypasta mistakes fixed :) 2020-02-07 15:37:29 +01:00
7590965dd6 quick&dirty, get it up there … 2020-02-06 14:43:41 +01:00