mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-04 04:07:08 +00:00
Merge pull request #14646 from iota97/numpad-enter
Accept numpad enter for OnEnter event
This commit is contained in:
commit
565dd80587
@ -972,6 +972,7 @@ bool TextEdit::Key(const KeyInput &input) {
|
||||
}
|
||||
break;
|
||||
case NKCODE_ENTER:
|
||||
case NKCODE_NUMPAD_ENTER:
|
||||
{
|
||||
EventParams e{};
|
||||
e.v = this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user