Lines Matching refs:xkey
610 XKeyEvent xkey = ev.get_xkey();
612 xkey.get_keycode(), 0);
616 cleanup(xkey.get_time());
625 xkey.get_root(),
636 xmotion.set_serial(xkey.get_serial());
637 xmotion.set_send_event(xkey.get_send_event());
638 xmotion.set_display(xkey.get_display());
639 xmotion.set_window(xkey.get_window());
640 xmotion.set_root(xkey.get_root());
641 xmotion.set_subwindow(xkey.get_subwindow());
642 xmotion.set_time(xkey.get_time());
643 xmotion.set_x(xkey.get_x());
644 xmotion.set_y(xkey.get_y());
645 xmotion.set_x_root(xkey.get_x_root());
646 xmotion.set_y_root(xkey.get_y_root());
650 xmotion.set_same_screen(xkey.get_same_screen());