Skip to content

Commit c809012

Browse files
committed
Adjust code formatting
1 parent 6ff1a2f commit c809012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/cocos/platform/openharmony/OpenHarmonyPlatform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ int ohKeyCodeToCocosKeyCode(OH_NativeXComponent_KeyCode ohKeyCode) {
200200
{KEY_PAGE_UP, cc::KeyCode::PAGE_UP},
201201
{KEY_PAGE_DOWN, cc::KeyCode::PAGE_DOWN},
202202
{KEY_SCROLL_LOCK, cc::KeyCode::SCROLLLOCK},
203-
// numpad
204203
{KEY_BREAK, cc::KeyCode::PAUSE},
204+
// numpad
205205
{KEY_NUM_LOCK, cc::KeyCode::NUM_LOCK},
206206
{KEY_NUMPAD_DIVIDE, cc::KeyCode::NUMPAD_DIVIDE},
207207
{KEY_NUMPAD_MULTIPLY, cc::KeyCode::NUMPAD_MULTIPLY},

0 commit comments

Comments
 (0)