Added basic Android touch movement (Refs #173)
This commit is contained in:
parent
143c1c3aac
commit
2eb9b14cc2
2 changed files with 22 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue