Selectable mouse type on Linux, part 4

This commit is contained in:
richardg867 2022-04-20 21:37:38 -03:00 committed by GitHub
parent 5810f39f4d
commit f6e3c0d029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ public:
void (*mouse_poll)() = nullptr;
void (*mouse_capture)(QWindow *window) = nullptr;
void (*mouse_uncapture)() = nullptr;
void (*mouse_exit)() = nullptr;
signals:
void blitToRenderer(int buf_idx, int x, int y, int w, int h);