1 #ifndef CPP3DS_TOUCH_HPP
2 #define CPP3DS_TOUCH_HPP
4 #include <cpp3ds/System/Vector2.hpp>
static Vector2i getPosition()
Get the current position of a touch in desktop coordinates.
static bool isDown()
Check if a touch event is currently down.
Utility template class for manipulating 2-dimensional vectors.
Give access to the real-time state of the touches.