mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
input/qt: allow to map mouse buttons in the guncon config
This commit is contained in:
parent
5a08ae4f41
commit
32a938abd2
15 changed files with 479 additions and 111 deletions
|
|
@ -1113,7 +1113,7 @@ void gui_application::OnAppStateChanged(Qt::ApplicationState state)
|
|||
bool gui_application::native_event_filter::nativeEventFilter([[maybe_unused]] const QByteArray& eventType, [[maybe_unused]] void* message, [[maybe_unused]] qintptr* result)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
if (!Emu.IsRunning())
|
||||
if (!Emu.IsRunning() && !g_raw_mouse_handler)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue