1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/eventsSDL
2023-07-04 20:28:02 +03:00
..
InputHandler.cpp Replaced SDL user events list with dispatching of arbitrary functors 2023-06-26 21:51:10 +03:00
InputHandler.h Replaced SDL user events list with dispatching of arbitrary functors 2023-06-26 21:51:10 +03:00
InputSourceKeyboard.cpp Simplified text input handling, fixes hotkeys on windows with text input 2023-07-04 18:42:52 +03:00
InputSourceKeyboard.h Move keyboard tests to keyboard handler 2023-06-05 19:00:56 +03:00
InputSourceMouse.cpp Mouse click that activates a window will also trigger mouse event 2023-07-04 20:28:02 +03:00
InputSourceMouse.h Mouse click that activates a window will also trigger mouse event 2023-07-04 20:28:02 +03:00
InputSourceText.cpp Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00
InputSourceText.h Better documentation & cleanup 2023-05-20 01:51:49 +03:00
InputSourceTouch.cpp Removed no longer used 2023-06-22 22:12:05 +03:00
InputSourceTouch.h Removed no longer used 2023-06-22 22:12:05 +03:00
NotificationHandler.cpp Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00
NotificationHandler.h Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00