Home | History | Annotate | Download | only in mi

Lines Matching refs:any

6 documentation for any purpose is hereby granted without fee, provided that
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
213 if (e->any.type == ET_Motion)
251 evlen = e->any.length;
255 time = e->any.time;
260 e->any.time = miEventQueue.lastEventTime;
262 miEventQueue.lastEventTime = evt->any.time;
309 switch (event->any.type) {
355 event->any.type);
367 if (original->any.type == ET_ButtonPress ||
368 original->any.type == ET_ButtonRelease) {
390 int len = original->any.length;
391 int type = original->any.type;
462 handler = miEventQueue.handlers[event->any.type];
464 switch (event->any.type) {
567 (event.any.type == ET_Motion ||
568 ((event.any.type == ET_TouchBegin ||
569 event.any.type == ET_TouchUpdate) &&