1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
vcmi/client/gui
2023-05-23 15:08:10 +03:00
..
CGuiHandler.cpp Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
CGuiHandler.h Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
CIntObject.cpp Added method descriptions 2023-05-20 01:51:49 +03:00
CIntObject.h Added method descriptions 2023-05-20 01:51:49 +03:00
CursorHandler.cpp Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00
CursorHandler.h Removed some SDL access from non-SDL code 2023-02-03 11:39:40 +02:00
EventDispatcher.cpp Better documentation & cleanup 2023-05-20 01:51:49 +03:00
EventDispatcher.h Better documentation & cleanup 2023-05-20 01:51:49 +03:00
EventsReceiver.cpp Better documentation & cleanup 2023-05-20 01:51:49 +03:00
EventsReceiver.h Removed isActive(int) method since its usages were redundant or wrong 2023-05-20 01:51:49 +03:00
FramerateManager.cpp FramerateManager now uses chrono instead of SDL_Ticks 2023-05-14 22:22:37 +03:00
FramerateManager.h FramerateManager now uses chrono instead of SDL_Ticks 2023-05-14 22:22:37 +03:00
InterfaceObjectConfigurable.cpp Merge pull request #2168 from IvanSavenko/gui_handler_event_handling_refactoring 2023-05-23 15:08:10 +03:00
InterfaceObjectConfigurable.h Do not show desktop-only options on mobile systems 2023-05-19 23:19:43 +03:00
MouseButton.h Merged two mouse button enums 2023-02-03 11:39:40 +02:00
Shortcut.h Implemented zoom reset shortcut (backspace) 2023-05-17 14:54:19 +03:00
ShortcutHandler.cpp Implemented zoom reset shortcut (backspace) 2023-05-17 14:54:19 +03:00
ShortcutHandler.h Use more descriptive names for hotkeys 2023-05-01 17:59:20 +03:00
TextAlignment.h Removed remaining parts of Geomeotries.h/cpp 2023-01-20 16:11:43 +02:00
WindowHandler.cpp Extracted event management from GuiHandler and CIntObject 2023-05-20 01:51:49 +03:00
WindowHandler.h Reduced usage of topWindow() method 2023-05-16 21:57:45 +03:00