From 7eda6515d0d4344d6dba2c5349bb5d230ed46d9d Mon Sep 17 00:00:00 2001 From: Sanjay Govind Date: Fri, 24 Jan 2025 09:25:10 +1300 Subject: [PATCH] Update rpcs3/rpcs3qt/gui_application.cpp Co-authored-by: Megamouse --- rpcs3/rpcs3qt/gui_application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/rpcs3qt/gui_application.cpp b/rpcs3/rpcs3qt/gui_application.cpp index a305f992f8..4f8a254925 100644 --- a/rpcs3/rpcs3qt/gui_application.cpp +++ b/rpcs3/rpcs3qt/gui_application.cpp @@ -1218,6 +1218,7 @@ bool gui_application::native_event_filter::nativeEventFilter([[maybe_unused]] co } return false; } + if (auto* handler = g_fxo->try_get(); handler && handler->type == mouse_handler::raw) { static_cast(handler)->handle_native_event(*msg);