11 #include "input/touch/ITouchInputHandling.h" 22 TouchInputUnchanged = 0,
64 TouchInput event,
float x,
float y, int64_t time, int32_t pointer = 0,
float size = 0.0f) = 0;
87 int32_t pointer,
float x,
float y, int64_t time,
float size = 0.0f)
92 void SetScreenDPI(
float dpi)
97 float GetScreenDPI() {
return m_dpi; }
TouchInput
Touch input event.
Definition: ITouchInputHandler.h:20