Ivan Savenko 2c3e8c3390 Merge pull request #2168 from IvanSavenko/gui_handler_event_handling_refactoring 2 years ago
..
CGuiHandler.cpp c77f8482e3 Replaced event handling break system with key capturing 2 years ago
CGuiHandler.h c77f8482e3 Replaced event handling break system with key capturing 2 years ago
CIntObject.cpp 5bd044521a Added method descriptions 2 years ago
CIntObject.h 5bd044521a Added method descriptions 2 years ago
CursorHandler.cpp 5e86b00dda Moved input handling from GuiHandler to set of classes in eventsSDL dir 2 years ago
CursorHandler.h b1821d4442 Removed some SDL access from non-SDL code 2 years ago
EventDispatcher.cpp 6981848288 Better documentation & cleanup 2 years ago
EventDispatcher.h 6981848288 Better documentation & cleanup 2 years ago
EventsReceiver.cpp 6981848288 Better documentation & cleanup 2 years ago
EventsReceiver.h a4000f2fc8 Removed isActive(int) method since its usages were redundant or wrong 2 years ago
FramerateManager.cpp 3ecdff2a21 FramerateManager now uses chrono instead of SDL_Ticks 2 years ago
FramerateManager.h 3ecdff2a21 FramerateManager now uses chrono instead of SDL_Ticks 2 years ago
InterfaceObjectConfigurable.cpp 2c3e8c3390 Merge pull request #2168 from IvanSavenko/gui_handler_event_handling_refactoring 2 years ago
InterfaceObjectConfigurable.h 20ec747440 Do not show desktop-only options on mobile systems 2 years ago
MouseButton.h 860fe43131 Merged two mouse button enums 2 years ago
Shortcut.h 872b68c59a Implemented zoom reset shortcut (backspace) 2 years ago
ShortcutHandler.cpp 872b68c59a Implemented zoom reset shortcut (backspace) 2 years ago
ShortcutHandler.h dea10e6091 Use more descriptive names for hotkeys 2 years ago
TextAlignment.h 9be38780cd Removed remaining parts of Geomeotries.h/cpp 2 years ago
WindowHandler.cpp 1f513fd280 Extracted event management from GuiHandler and CIntObject 2 years ago
WindowHandler.h ad3e54e6c0 Reduced usage of topWindow() method 2 years ago