Lines Matching defs:Pointer
489 struct Pointer { struct
490 uint32_t id;
491 int32_t x;
492 int32_t y;
493 int32_t pressure;
494 int32_t touchMajor;
495 int32_t touchMinor;
496 int32_t toolMajor;
497 int32_t toolMinor;
498 int32_t orientation;
499 int32_t distance;
500 int32_t tiltX;
501 int32_t tiltY;
502 int32_t toolType; // a fully decoded AMOTION_EVENT_TOOL_TYPE constant
503 bool isHovering;