iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
TrackedTouch (int index, float x, float y, float radius, TimePoint time) | |
Public Attributes | |
int | index = 0 |
float | x = 0.f |
float | y = 0.f |
float | sx = 0.f |
float | sy = 0.f |
float | radius = 1.f |
TimePoint | startTime |
Definition at line 1102 of file IControl.h.