scummvm/engines/ags/engine/gui
Thierry Crozat 5987bc5e6e AGS: rewrote eAGSMouseButton enum to sync with the script API
* Changed from -1 - based constants to 0 - based constants;
* These were purely internal values, therefore no API would be harmed;
* Removed necessity of converting from internal mouse button code to script and back all the time;
* On a side note, this fixes a bug where WaitMouse etc were returning incorrect values on mouse skip, because we forgot to convert from internal to script code.

From upstream 471098d239b076c494beb2d554572ccb69372667
2022-10-10 00:16:16 +01: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: rewrote eAGSMouseButton enum to sync with the script API 2022-10-10 00:16:16 +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: Replaced some (v)sprintfs with sNprintf counterparts 2022-04-27 20:51:30 -07: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: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07: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: rewrote eAGSMouseButton enum to sync with the script API 2022-10-10 00:16:16 +01: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: Fixing more trivial warnings 2022-06-18 01:08:54 +01: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: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
new_control.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00