mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Selectable mouse type on Linux, part 5
This commit is contained in:
@@ -80,8 +80,10 @@ RendererStack::RendererStack(QWidget *parent)
|
||||
if (!stricmp(mouse_type, "xinput2")) {
|
||||
extern void xinput2_init();
|
||||
extern void xinput2_poll();
|
||||
extern void xinput2_exit();
|
||||
this->mouse_init = xinput2_init;
|
||||
this->mouse_poll = xinput2_poll;
|
||||
this->mouse_exit = xinput2_exit;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user