mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Fix build break for X11 input
This commit is contained in:
parent
bcf2c50e13
commit
f38d58f41b
@ -494,7 +494,7 @@ public:
|
||||
|
||||
bool should_poll_devices(running_machine &machine) override
|
||||
{
|
||||
return sdl_event_manager::instance().app_has_mouse_focus();
|
||||
return sdl_event_manager::instance().has_focus();
|
||||
}
|
||||
|
||||
void before_poll(running_machine &machine) override
|
||||
|
Loading…
Reference in New Issue
Block a user