mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Fix additional coding style issue
This commit is contained in:
parent
197904384c
commit
e63ca4e084
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ convert_keycode(SDL_Keycode from, enum android_keycode *to, uint16_t mod,
|
|||
|
||||
if (!(mod & (KMOD_NUM | KMOD_SHIFT))) {
|
||||
// handling Numpad events when Num Lock is disabled
|
||||
switch(from){
|
||||
switch(from) {
|
||||
MAP(SDLK_KP_6, AKEYCODE_DPAD_RIGHT);
|
||||
MAP(SDLK_KP_4, AKEYCODE_DPAD_LEFT);
|
||||
MAP(SDLK_KP_2, AKEYCODE_DPAD_DOWN);
|
||||
|
|
Loading…
Add table
Reference in a new issue