mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
5 lines
119 B
C++
5 lines
119 B
C++
class QWindow;
|
|
void wl_mouse_capture(QWindow* window);
|
|
void wl_mouse_uncapture();
|
|
void wl_mouse_poll();
|
|
void wl_init(); |