Lines Matching defs:xi2
190 xXIPropertyEvent xi2;
206 xi2.type = GenericEvent;
207 xi2.extension = IReqCode;
208 xi2.length = 0;
209 xi2.evtype = XI_PropertyEvent;
210 xi2.deviceid = dev->id;
211 xi2.time = currentTime.milliseconds;
212 xi2.property = property;
213 xi2.what = what;
214 SendEventToAllWindows(dev, GetEventFilter(dev, (xEvent*)&xi2),
215 (xEvent*)&xi2, 1);