1#ifndef YAZE_APP_GUI_CORE_TOUCH_INPUT_H
2#define YAZE_APP_GUI_CORE_TOUCH_INPUT_H
8#include "imgui/imgui.h"
299 static void OnTouchEvent(
int type,
int id,
float x,
float y,
300 float pressure,
double timestamp);
313 static void OnGestureEvent(
int type,
int phase,
float x,
float y,
314 float scale,
float rotation);
TouchGesture
Gesture types recognized by the touch input system.
TouchPhase
Phase of a touch gesture.
Gesture recognition result.
Touch input configuration.
float inertia_min_velocity
float long_press_duration
float inertia_deceleration
float double_tap_max_delay
Individual touch point data.