input: add hack to allow abs-only devices
[picodrive.git] / platform / linux / in_evdev.h
CommitLineData
3b13ec65 1
40a91e5c 2extern int in_evdev_allow_abs_only;
3
819ef025 4void in_evdev_init(void *vdrv);
093b8a42 5int in_evdev_update(void *drv_data, const int *binds, int *result);
3b13ec65 6
ea5da0ba 7/* to be set somewhere in platform code */
8extern struct in_default_bind in_evdev_defbinds[];