mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Update rpcs3/rpcs3qt/gui_application.cpp
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
63527ec806
commit
7eda6515d0
1 changed files with 1 additions and 0 deletions
|
@ -1218,6 +1218,7 @@ bool gui_application::native_event_filter::nativeEventFilter([[maybe_unused]] co
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
if (auto* handler = g_fxo->try_get<MouseHandlerBase>(); handler && handler->type == mouse_handler::raw)
|
||||
{
|
||||
static_cast<raw_mouse_handler*>(handler)->handle_native_event(*msg);
|
||||
|
|
Loading…
Add table
Reference in a new issue