X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fin_evdev.h;h=8e48e2c6b716225e1bda9b58c64e99dc7e1da2ca;hb=21ebcfd322972ea5579bb5d4bedee9e509b42785;hp=0219c7e99980d46a23c4c59742b9fedf8fd2835e;hpb=819ef02513ff0611df7f917125e9e6f5c67305e3;p=picodrive.git diff --git a/platform/linux/in_evdev.h b/platform/linux/in_evdev.h index 0219c7e..8e48e2c 100644 --- a/platform/linux/in_evdev.h +++ b/platform/linux/in_evdev.h @@ -1,5 +1,8 @@ -int in_evdev_update(void *drv_data, int *binds); -int in_evdev_update_keycode(void **data, int count, int *which, int *is_down); +extern int in_evdev_allow_abs_only; + void in_evdev_init(void *vdrv); +int in_evdev_update(void *drv_data, const int *binds, int *result); +/* to be set somewhere in platform code */ +extern struct in_default_bind in_evdev_defbinds[];