Searched refs:POINTER_NORAW (Results 1 – 4 of 4) sorted by relevance
1383 if ((flags & POINTER_NORAW) == 0) { in fill_pointer_events()1405 if ((flags & POINTER_NORAW) == 0 && raw) in fill_pointer_events()1413 if ((flags & POINTER_NORAW) == 0 && raw) in fill_pointer_events()
72 #define POINTER_NORAW (1 << 5) /* Don't generate RawEvents */ macro
746 POINTER_NORAW, &mask); in miPointerMove()
90498 input: add POINTER_NORAW to avoid generation of raw events (#30068)