| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-23 16:19:05 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-23 16:19:05 +0200 |
| commit | e9b84b7e4612da198576c7b7e64e0c72674597cf (patch) | |
| tree | 6482ca725f2b9fcde1de37ed72568fc08565d8d8 /src/relabsd_device.h | |
| parent | 9e29819c5986b3a7fcbbab70da0cb2a7bebcfaba (diff) | |
Seems to work, mostly.
Issues remaining:
- Spams the reset_axes until the first actual input is received.
- Timeout is still set as a compilation option instead of a runtime one.
Diffstat (limited to 'src/relabsd_device.h')
| -rw-r--r-- | src/relabsd_device.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/relabsd_device.h b/src/relabsd_device.h index 8e83196..4aa181d 100644 --- a/src/relabsd_device.h +++ b/src/relabsd_device.h @@ -10,7 +10,6 @@ struct relabsd_device { struct libevdev * dev; struct libevdev_uinput * uidev; - int fd; }; /* @@ -61,10 +60,5 @@ void relabsd_device_set_axes_to_zero const struct relabsd_config * const config ); -int relabsd_device_wait_next_event -( - const struct relabsd_device * const dev, - const struct relabsd_config * const config -); #endif |


