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