1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

SDL event handling is now done exclusively in input handler

This commit is contained in:
Ivan Savenko
2023-05-18 23:31:05 +03:00
parent 5e86b00dda
commit 0e70f2998f
14 changed files with 52 additions and 78 deletions

View File

@@ -18,6 +18,7 @@
#include "../adventureMap/AdventureMapInterface.h"
#include "../gui/CGuiHandler.h"
#include "../gui/CursorHandler.h"
#include "../gui/MouseButton.h"
#include "../../lib/CConfigHandler.h"