mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #14646 from iota97/numpad-enter
Accept numpad enter for OnEnter event
This commit is contained in:
commit
565dd80587
1 changed files with 1 additions and 0 deletions
|
@ -972,6 +972,7 @@ bool TextEdit::Key(const KeyInput &input) {
|
|||
}
|
||||
break;
|
||||
case NKCODE_ENTER:
|
||||
case NKCODE_NUMPAD_ENTER:
|
||||
{
|
||||
EventParams e{};
|
||||
e.v = this;
|
||||
|
|
Loading…
Add table
Reference in a new issue