aboutsummaryrefslogtreecommitdiff
path: root/src/sensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added debug modeAlexis Maiquez Murcia2019-02-201-5/+22
| | | | | | | | | This allows the user to display the screen names, the sensors activated and the status of those sensors: red -> waiting for mouse to enter yellow -> waiting for delay timer to reach 0 green -> fired the command Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* Added support for sensor leaving events with delay supportAlexis Maiquez Murcia2019-02-191-17/+53
| | | | | | Here delay means the time the mouse has to be in the sensor for the leave event to trigger the action Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* Implement basic delay supportMageJohn2019-02-181-6/+32
| | | | | | | The ini file now has two entries for each corner, one for the action to be performed and one for the interval after which it will be performed if the mouse doesn't leave the hot corner/edge. This is a little inelegant, and I'd like to make the ini file nicer at some point.
* changed namespacena2017-01-261-1/+3
|
* namechangena2017-01-261-4/+3
|
* changed namespacena2017-01-211-3/+3
|
* initna2017-01-201-0/+65