Skip to content

Commit 9776c0c

Browse files
committed
updates
1 parent b07794e commit 9776c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/Input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ namespace Input_Lite {
481481
return KeyCodes::KEY_Right;
482482
case kVK_LeftArrow:
483483
return KeyCodes::KEY_Left;
484-
case kVK_PageDown:
484+
case kVK_DownArrow:
485485
return KeyCodes::KEY_Down;
486486
case kVK_UpArrow:
487487
return KeyCodes::KEY_Up;

0 commit comments

Comments
 (0)