mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
PgUp/PgDn/Home/End in scrollviews
This commit is contained in:
parent
88aae1a9bf
commit
ab872d2266
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ std::map<int, int> windowsTransTable = InitConstMap<int, int>
|
|||
(VK_ESCAPE, NKCODE_ESCAPE)
|
||||
(VK_UP, NKCODE_DPAD_UP)
|
||||
(VK_INSERT, NKCODE_INSERT)
|
||||
(VK_HOME, NKCODE_HOME)
|
||||
(VK_HOME, NKCODE_MOVE_HOME)
|
||||
(VK_PRIOR, NKCODE_PAGE_UP)
|
||||
(VK_NEXT, NKCODE_PAGE_DOWN)
|
||||
(VK_DELETE, NKCODE_DEL)
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 0761e3cb21bb3e409aad8d9e8f46e86ed73af4f4
|
||||
Subproject commit 2ef42213955f54e61b8599fceed7eacf0d698a31
|
Loading…
Add table
Reference in a new issue