| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 15:55:11 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-02 15:55:11 +0200 |
| commit | 26b95c0953b8024d487897bf2aaaf1a8836f23a7 (patch) | |
| tree | b6370c9eb56ab664f3ab1680dcca586b922f1ea6 /src/input.h | |
| parent | 60b7a25bf38dce957c937ff602c1c812faff8b0f (diff) | |
relabsd is no longer limited to 6DOF devices.
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h index 4a23c27..2be236c 100644 --- a/src/input.h +++ b/src/input.h @@ -3,6 +3,8 @@ #include <libevdev/libevdev.h> +#include "config.h" + struct relabsd_input { struct libevdev * dev; @@ -20,7 +22,7 @@ struct relabsd_input int relabsd_input_open ( struct relabsd_input * const input, - const char * const filename + const struct relabsd_config * const conf ); void relabsd_input_close (const struct relabsd_input * const input); |


