Describes touch event point.
You can find more information in comments below.
struct TouchPoint
{
PointF Pos; // Position
int Id; // Identifier
// Flags
bool IsMove;
bool IsDown;
bool IsUp;
bool IsInRange;
bool IsPrimary;
bool IsNoCoalesce;
bool IsPalm;
bool IsContactAreaValid;
bool IsTimeValid;
float Time; // Time
PointF ContactAreaSize; // Area size
};
Namespace: | nitisa |
Include: | Nitisa/Core/TouchPoint.h |