Lines Matching refs:ev2

507                     deviceKeyButtonPointer *ev2 = (deviceKeyButtonPointer *) event;
509 ev->root = ev2->root;
510 ev->window = ev2->event;
511 ev->subwindow = ev2->child;
512 ev->time = ev2->time;
513 ev->x_root = ev2->root_x;
514 ev->y_root = ev2->root_y;
515 ev->x = ev2->event_x;
516 ev->y = ev2->event_y;
517 ev->state = ev2->state;
518 ev->same_screen = ev2->same_screen;
519 ev->is_hint = ev2->detail;
520 ev->deviceid = ev2->deviceid & DEVICE_BITS;
528 deviceKeyButtonPointer *ev2 = (deviceKeyButtonPointer *) event;
530 ev->root = ev2->root;
531 ev->window = ev2->event;
532 ev->subwindow = ev2->child;
533 ev->time = ev2->time;
534 ev->x_root = ev2->root_x;
535 ev->y_root = ev2->root_y;
536 ev->x = ev2->event_x;
537 ev->y = ev2->event_y;
538 ev->state = ev2->state;
539 ev->same_screen = ev2->same_screen;
540 ev->keycode = ev2->detail;
541 ev->deviceid = ev2->deviceid & DEVICE_BITS;
542 if (ev2->deviceid & MORE_EVENTS)
554 deviceKeyButtonPointer *ev2 = (deviceKeyButtonPointer *) event;
556 ev->root = ev2->root;
557 ev->window = ev2->event;
558 ev->subwindow = ev2->child;
559 ev->time = ev2->time;
560 ev->x_root = ev2->root_x;
561 ev->y_root = ev2->root_y;
562 ev->x = ev2->event_x;
563 ev->y = ev2->event_y;
564 ev->state = ev2->state;
565 ev->same_screen = ev2->same_screen;
566 ev->button = ev2->detail;
567 ev->deviceid = ev2->deviceid & DEVICE_BITS;
568 if (ev2->deviceid & MORE_EVENTS)
580 deviceKeyButtonPointer *ev2 = (deviceKeyButtonPointer *) event;
582 ev->root = ev2->root;
583 ev->window = ev2->event;
584 ev->subwindow = ev2->child;
585 ev->time = ev2->time;
586 ev->x_root = ev2->root_x;
587 ev->y_root = ev2->root_y;
588 ev->x = ev2->event_x;
589 ev->y = ev2->event_y;
590 ev->state = ev2->state;
591 ev->same_screen = ev2->same_screen;
592 ev->deviceid = ev2->deviceid & DEVICE_BITS;
593 if (ev2->deviceid & MORE_EVENTS)
859 deviceMappingNotify *ev2 = (deviceMappingNotify *) event;
863 ev->first_keycode = ev2->firstKeyCode;
864 ev->request = ev2->request;
865 ev->count = ev2->count;
866 ev->time = ev2->time;
867 ev->deviceid = ev2->deviceid & DEVICE_BITS;
874 changeDeviceNotify *ev2 = (changeDeviceNotify *) event;
878 ev->request = ev2->request;
879 ev->time = ev2->time;
880 ev->deviceid = ev2->deviceid & DEVICE_BITS;
888 devicePresenceNotify *ev2 = (devicePresenceNotify *) event;
892 ev->time = ev2->time;
893 ev->devchange = ev2->devchange;
894 ev->deviceid = ev2->deviceid;
895 ev->control = ev2->control;
902 devicePropertyNotify *ev2 = (devicePropertyNotify*)event;
905 ev->time = ev2->time;
906 ev->deviceid = ev2->deviceid;
907 ev->atom = ev2->atom;
908 ev->state = ev2->state;