Touch support on all SDL2 platforms

This commit is contained in:
Anders Jenbo 2021-12-24 03:39:55 +01:00
commit 6b2481a76c
38 changed files with 445 additions and 408 deletions

View file

@ -2,7 +2,9 @@
#include <cmath>
#ifndef USE_SDL1
#include "controls/devices/game_controller.h"
#endif
#include "controls/devices/joystick.h"
#include "controls/devices/kbcontroller.h"