Skip to content

Commit 9a95d08

Browse files
committed
updated code
1 parent ec4fb8b commit 9a95d08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ios/Input.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ namespace Input_Lite {
106106
return kVK_ANSI_U;
107107
case KeyCodes::KEY_V:
108108
return kVK_ANSI_V;
109-
case KeyCodes::KEY_W return kVK_ANSI_W; case KeyCodes::KEY_X:
109+
case KeyCodes::KEY_W:
110+
return kVK_ANSI_W;
111+
case KeyCodes::KEY_X:
110112
return kVK_ANSI_X;
111113
case KeyCodes::KEY_Y:
112114
return kVK_ANSI_Y;
@@ -215,7 +217,7 @@ namespace Input_Lite {
215217
return kVK_F1;
216218
case KeyCodes::KEY_F24:
217219
return kVK_F1;
218-
220+
219221
case KeyCodes::KEY_PrintScreen:
220222
return VK_SNAPSHOT;
221223
case KeyCodes::KEY_ScrollLock:

0 commit comments

Comments
 (0)