gzdoom-gles/wadsrc/static/zscript/ui/menu
Alexander b4d10d2f5b fix bug when down arrow gave no result after mouse move in main menu
Steps to reproduce:
1. Load game.
2. Press any key to bring up the main menu.
3. Move the mouse anywhere out of the menu entries.
4. Press Down arrow.

Expected result: the menu cursor sound is played, the first menu element is selected.
Actual result: the menu cursor sound is played, no menu element is selected.

Repeated Down arrow pressing doesn't give any result, either.

If on step 4 Up arrow is pressed, the last element in the menu is selected.
2019-09-30 21:38:48 +02:00
..
search localize custom menu titles in option search results 2019-06-13 15:54:19 +02:00
colorpickermenu.zs - made the colorset names and the texts in the color picker localizable. 2019-05-19 20:40:22 +02:00
conversationmenu.zs - do not blur the background for portrait-less conversations. 2019-08-10 12:47:41 +02:00
joystickmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenu.zs fix bug when down arrow gave no result after mouse move in main menu 2019-09-30 21:38:48 +02:00
listmenuitems.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
loadsavemenu.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
menu.zs - Added support for PrtSc and cosmetic changes. 2019-09-22 19:34:56 +02:00
menuitembase.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
messagebox.zs - fake VGA font support to the MessageBoxMenu class 2019-07-17 23:58:12 +02:00
newplayermenu.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
optionmenu.zs - removed useless conditions from options menu 2019-09-08 10:11:23 +02:00
optionmenuitems.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playercontrols.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playerdisplay.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
playermenu.zs - reimplemented new player setup menu as an OptionsMenu. 2019-07-15 20:37:36 +02:00
readthis.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
reverbedit.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
textentermenu.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
videomenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00