Searched refs:KeyPressMask (Results 1 – 9 of 9) sorted by relevance
109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
163 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in Window()
259 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
255 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
635 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, &e)) in main()649 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, in main()673 if (XCheckMaskEvent(display, KeyPressMask | in main()900 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
542 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
33 |ExposureMask|PointerMotionMask|KeyPressMask|KeyReleaseMask;
208 #define KeyPressMask (1L<<0) macro
1158 long evmask = ExposureMask | KeyPressMask | ButtonPressMask in ugly_window()