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();
|