mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 07:15:44 +00:00
yes 0x0D is the correct code for Enter according to Microsoft's documentation
This commit is contained in:
parent
796f87713f
commit
dd5d233993
@ -201,7 +201,7 @@
|
||||
keyCode = 0x6B;
|
||||
break;
|
||||
case UIKeyboardHIDUsageKeypadEnter:
|
||||
keyCode = 0x0D; // FIXME: Is this correct?
|
||||
keyCode = 0x0D;
|
||||
break;
|
||||
case UIKeyboardHIDUsageKeypadPeriod:
|
||||
keyCode = 0x6E;
|
||||
|
Loading…
x
Reference in New Issue
Block a user