mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 20:02:45 +00:00
Revert "(GLUI) Don't select an entry when scrolling"
This reverts commit 9b1ab23aa18cf3e66cf69b9ca7ab2a6059f3b6ba.
This commit is contained in:
parent
1b9ae701f5
commit
b5323b65b1
@ -443,7 +443,7 @@ static int menu_input_pointer_post_iterate(
|
||||
|
||||
menu_input->pointer.counter++;
|
||||
|
||||
/*if (menu_input->pointer.counter == 1 &&
|
||||
if (menu_input->pointer.counter == 1 &&
|
||||
!menu_input_ctl(MENU_INPUT_CTL_IS_POINTER_DRAGGED, NULL))
|
||||
{
|
||||
menu_ctx_pointer_t point;
|
||||
@ -456,7 +456,7 @@ static int menu_input_pointer_post_iterate(
|
||||
point.action = action;
|
||||
|
||||
menu_driver_ctl(RARCH_MENU_CTL_POINTER_DOWN, &point);
|
||||
}*/
|
||||
}
|
||||
|
||||
if (!pointer_oldpressed[0])
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user