scummvm/engines/ags/engine/gui
Walter Agazzi f9de999bbe AGS: Engine: Update cursor and dependent "logic" in special game states
Because some things were previously updated during the
render, we also need to explicitly run these whenever we do
not update whole game, but need to keep cursor updated:
* Dialog options;
* blocking Display command
* built-in gui dialogs

From upstream e236f3ee05bb7e1e748fb050c99ba1afa564ec65
2023-04-29 13:11:41 +02:00
..
animating_gui_button.cpp AGS: Fixing more trivial warnings 2022-06-18 01:08:54 +01:00
animating_gui_button.h AGS: Added animation volumes to save format 2022-05-10 21:18:01 -07:00
csci_dialog.cpp AGS: Engine: in built-in dialogs exceed all the keypress buffer at once 2022-12-17 22:10:55 +01:00
csci_dialog.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
gui_dialog_defines.h AGS: Fixing various "unused va/arg" warnings + removed empty funcs 2022-04-25 21:44:40 -07:00
gui_dialog_internal_defs.h AGS: rewrote eAGSMouseButton enum to sync with the script API 2022-10-10 00:16:16 +01:00
gui_dialog.cpp AGS: Engine: Update cursor and dependent "logic" in special game states 2023-04-29 13:11:41 +02:00
gui_dialog.h AGS: Store debug room names in std::vector 2022-04-23 19:36:22 -07:00
gui_engine.cpp AGS: Implemented proper HasAlphaChannel for all gui controls 2022-05-05 22:41:06 -07:00
my_controls.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
my_label.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
my_label.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_listbox.cpp AGS: Engine: move cursor and cursor-over-gui updates to the game update fn 2023-04-29 13:11:41 +02:00
my_listbox.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_push_button.cpp AGS: Engine: move cursor and cursor-over-gui updates to the game update fn 2023-04-29 13:11:41 +02:00
my_push_button.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_textbox.cpp AGS: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
my_textbox.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
new_control.cpp AGS: Engine: move cursor and cursor-over-gui updates to the game update fn 2023-04-29 13:11:41 +02:00
new_control.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00