Let the platform code deliver the key mappings

This commit is contained in:
Paul Cercueil 2013-10-07 19:34:04 +02:00
parent 17def48f1f
commit c19e28f626
6 changed files with 69 additions and 103 deletions

View file

@ -1,5 +1,3 @@
struct in_default_bind;
extern int in_evdev_allow_abs_only;
void in_evdev_init(const struct in_default_bind *defbinds);
int in_evdev_init(const struct in_pdata *pdata);