Searched defs:input_mask (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2000 get_input_mask(long *input_mask) argument
2002 *input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask |
2006 *input_mask |= PointerMotionMask;
2008 *input_mask |= ExposureMask;
2010 *input_mask |= EnterWindowMask;
2012 *input_mask |= LeaveWindowMask;
2025 long input_mask, ic_input_mask; local
2093 get_input_mask(&input_mask);
2102 input_mask |= ic_input_mask;
2105 XSelectInput(g_display, g_wnd, input_mask);
3952 long input_mask; local
[all...]

Completed in 58 milliseconds