Added basic Android touch movement (Refs #173)

This commit is contained in:
saschawillems 2017-03-06 22:11:19 +01:00
parent 143c1c3aac
commit 2eb9b14cc2
2 changed files with 22 additions and 1 deletions

View file

@ -202,6 +202,8 @@ public:
int32_t x;
int32_t y;
} touchPos;
bool touchDown = false;
double touchTimer = 0.0;
/** @brief Product model and manufacturer of the Android device (via android.Product*) */
std::string androidProduct;
#elif defined(VK_USE_PLATFORM_WAYLAND_KHR)