mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656
Fixes #20588
This commit is contained in:
@@ -244,7 +244,7 @@ ImGuiKey KeyCodeToImGui(InputKeyCode keyCode) {
|
||||
case NKCODE_EXT_MOUSEWHEEL_UP:
|
||||
// Keys ignored for imgui
|
||||
return ImGuiKey_None;
|
||||
case NKCODE_EXT_PRINTSCREEN:
|
||||
case NKCODE_PRINTSCREEN:
|
||||
return ImGuiKey_PrintScreen;
|
||||
|
||||
case NKCODE_EXT_PIPE:
|
||||
|
||||
Reference in New Issue
Block a user