Home | History | Annotate | Download | only in input

Lines Matching defs:pointers

117     // at least two pointers have moved at least this far from their starting place.
637 /* Raw data for a collection of pointers including a pointer id mapping table. */
657 Pointer pointers[MAX_POINTERS];
680 return pointers[idToIndex[id]];
684 return pointers[pointerIndex].isHovering;
689 /* Cooked data for a collection of pointers including a pointer id mapping table. */
1412 // A velocity tracker for determining whether to switch active pointers during drags.
1511 // Updates pointer coords and properties for pointers with specified ids that have moved.