mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Skip showing the info menu if the RMB is bound.
This commit is contained in:
parent
432a43f423
commit
910abacb3f
@ -106,7 +106,7 @@ public:
|
|||||||
}
|
}
|
||||||
} else if (hovering_ && key.deviceId == DEVICE_ID_MOUSE && key.keyCode == NKCODE_EXT_MOUSEBUTTON_2) {
|
} else if (hovering_ && key.deviceId == DEVICE_ID_MOUSE && key.keyCode == NKCODE_EXT_MOUSEBUTTON_2) {
|
||||||
// If it's the right mouse button, and it's not otherwise mapped, show the info also.
|
// If it's the right mouse button, and it's not otherwise mapped, show the info also.
|
||||||
if (key.flags & KEY_UP) {
|
if (HasFocus() && (key.flags & KEY_UP)) {
|
||||||
showInfo = true;
|
showInfo = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user