Update rpcs3/rpcs3qt/gui_application.cpp

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Sanjay Govind 2025-01-24 09:25:10 +13:00 committed by GitHub
parent 63527ec806
commit 7eda6515d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);