mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
Let the platform code deliver the key mappings
This commit is contained in:
parent
17def48f1f
commit
c19e28f626
6 changed files with 69 additions and 103 deletions
5
in_sdl.h
5
in_sdl.h
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue