mirror of
https://github.com/86Box/86Box.git
synced 2026-03-02 10:48:24 -07:00
6 lines
120 B
C++
6 lines
120 B
C++
class QWindow;
|
|
void wl_mouse_capture(QWindow *window);
|
|
void wl_mouse_uncapture();
|
|
void wl_mouse_poll();
|
|
void wl_init();
|