Lines Matching defs:xev
290 deviceKeyButtonPointer *xev = (deviceKeyButtonPointer *)xE;
291 deviceValuator *xv = (deviceValuator *)xev+1;
332 xev->time = GetTimeInMillis();
333 xev->type = DeviceMotionNotify;
334 xev->detail = 0;
335 xev->deviceid = pDevice->id | MORE_EVENTS;
352 xev->time = GetTimeInMillis();
353 xev->type = DeviceMotionNotify;
354 xev->detail = 0;
355 xev->deviceid = pDevice->id | MORE_EVENTS;
356 xev += 2;