mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
5 lines
70 B
C++
5 lines
70 B
C++
#ifdef EVDEV_INPUT
|
|
void evdev_init();
|
|
void evdev_mouse_poll();
|
|
#endif
|