mirror of
https://github.com/libretro/RetroArch
synced 2025-04-06 10:21:33 +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++;
|
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_input_ctl(MENU_INPUT_CTL_IS_POINTER_DRAGGED, NULL))
|
||||||
{
|
{
|
||||||
menu_ctx_pointer_t point;
|
menu_ctx_pointer_t point;
|
||||||
@ -456,7 +456,7 @@ static int menu_input_pointer_post_iterate(
|
|||||||
point.action = action;
|
point.action = action;
|
||||||
|
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_POINTER_DOWN, &point);
|
menu_driver_ctl(RARCH_MENU_CTL_POINTER_DOWN, &point);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
if (!pointer_oldpressed[0])
|
if (!pointer_oldpressed[0])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user