mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Set mouse to raw when using xinput2.
This commit is contained in:
parent
56bd39cec5
commit
f6444c45d9
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ RendererStack::RendererStack(QWidget *parent, int monitor_index)
|
|||
extern void xinput2_exit();
|
||||
xinput2_init();
|
||||
this->mouse_exit_func = xinput2_exit;
|
||||
raw = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue