Searched refs:emulated_type (Results 1 – 1 of 1) sorted by relevance
3837 int emulated_type = 0; in CheckPassiveGrab() local3862 emulated_type = TouchGetPointerEventType(event); in CheckPassiveGrab()3863 match = MatchForType(grab, tempGrab, XI2, emulated_type); in CheckPassiveGrab()3869 if (!match && emulated_type) in CheckPassiveGrab()3870 match = MatchForType(grab, tempGrab, XI, emulated_type); in CheckPassiveGrab()3874 if (!match && emulated_type) in CheckPassiveGrab()3875 match = MatchForType(grab, tempGrab, CORE, emulated_type); in CheckPassiveGrab()