1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/eventsSDL
2023-09-12 21:15:15 +03:00
..
InputHandler.cpp Fix crash on window resize 2023-09-12 21:15:15 +03:00
InputHandler.h Fix assertion failure on exit due to mutex lock 2023-07-24 23:01:44 +03:00
InputSourceKeyboard.cpp Update client/eventsSDL/InputSourceKeyboard.cpp 2023-07-22 14:36:13 +02:00
InputSourceKeyboard.h Move keyboard tests to keyboard handler 2023-06-05 19:00:56 +03:00
InputSourceMouse.cpp Implemented tolerance for touch events 2023-09-06 01:06:01 +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 Fixed UI updates on switching to/from fullscreen 2023-07-07 15:26:42 +03:00
InputSourceText.h Better documentation & cleanup 2023-05-20 01:51:49 +03:00
InputSourceTouch.cpp Fix typo 2023-09-08 16:54:51 +03:00
InputSourceTouch.h Implemented tolerance for touch events 2023-09-06 01:06:01 +03:00
NotificationHandler.cpp
NotificationHandler.h