mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
started evdev implementation
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@617 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4f3ad41512
commit
4f96f79cf4
2 changed files with 145 additions and 0 deletions
3
platform/linux/event.h
Normal file
3
platform/linux/event.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
int in_event_init(void);
|
||||
void in_event_exit(void);
|
||||
int in_event_update(int binds[512]);
|
Loading…
Add table
Add a link
Reference in a new issue