Skip to content

Commit 9578007

Browse files
committed
webOS: sdl2 nav should continue not return
1 parent b154668 commit 9578007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input/drivers/sdl_input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ static void sdl_input_poll(void *data)
506506
case SDL_SCANCODE_UP:
507507
/* navigation only, skip text insertion */
508508
if (osk_active)
509-
return;
509+
continue;
510510
break;
511511
case SDL_SCANCODE_RETURN:
512512
// remap wheel click to confirm selection in virtual keyboard

0 commit comments

Comments
 (0)