Wayland mouse support

Fix moving items with mouse when captured on macOS
This commit is contained in:
Cacodemon345
2021-12-02 16:26:33 +06:00
parent 54ae64d2ac
commit fc9d73b541
10 changed files with 636 additions and 5 deletions

5
src/qt/wl_mouse.hpp Normal file
View File

@@ -0,0 +1,5 @@
class QWindow;
void wl_mouse_capture(QWindow* window);
void wl_mouse_uncapture();
void wl_mouse_poll();
void wl_init();