X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fevent.h;fp=platform%2Flinux%2Fevent.h;h=fb3cd070c12e56575a72210fd040e00f580ec712;hb=e1f99f2b5677b0b6cf954bbc3e3569b396d91ada;hp=9ea887acb34231b7ffc8eda7172850eff0cf0b00;hpb=3823d229a553afd2353946e09323a9bcbf1256ed;p=picodrive.git diff --git a/platform/linux/event.h b/platform/linux/event.h index 9ea887a..fb3cd07 100644 --- a/platform/linux/event.h +++ b/platform/linux/event.h @@ -1,3 +1,4 @@ -int in_event_init(void); -void in_event_exit(void); -int in_event_update(int binds[512]); +int in_evdev_probe(void); +void in_evdev_free(void *drv_data); +int in_evdev_bind_count(void); +int in_evdev_update(void *drv_data, int *binds);