mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -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();
|