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,4 +1 @@
struct in_default_bind;
void in_sdl_init(const struct in_default_bind *defbinds,
void (*handler)(void *event));
int in_sdl_init(const struct in_pdata *pdata, void (*handler)(void *event));