mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 01:31:51 -05:00
Selectable mouse type on Linux, part 4
This commit is contained in:
parent
5810f39f4d
commit
f6e3c0d029
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue