Searched refs:get_key_state (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | xkeymap.c | 494 if ((get_key_state(This, state, XK_Alt_L) || get_key_state(This, state, XK_Alt_R)) in handle_special_keys() 495 && (get_key_state(This, state, XK_Control_L) in handle_special_keys() 496 || get_key_state(This, state, XK_Control_R))) in handle_special_keys() 562 && (get_key_state(This, state, XK_Alt_L) || get_key_state(This, state, XK_Alt_R))) in handle_special_keys() 892 if (get_key_state(This, state, XK_Num_Lock)) in ui_get_numlock_state() 909 && !get_key_state(This, state, XK_Shift_L)) in reset_modifier_keys() 913 && !get_key_state(This, state, XK_Shift_R)) in reset_modifier_keys() 917 && !get_key_state(This, state, XK_Control_L)) in reset_modifier_keys() 921 && !get_key_state(This, state, XK_Control_R)) in reset_modifier_keys() 928 !get_key_state(This, state, XK_Alt_R) && !get_key_state(This, state, XK_Mode_switch) in reset_modifier_keys() [all …]
|
H A D | proto.h | 237 BOOL get_key_state(RDPCLIENT * This, unsigned int state, uint32 keysym);
|
H A D | xwin.c | 1143 get_key_state(RDPCLIENT * This, unsigned int state, uint32 keysym) in get_key_state() function
|
/reactos/base/applications/mstsc/ |
H A D | proto.h | 260 RD_BOOL get_key_state(unsigned int state, uint32 keysym);
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 146 get_key_state(unsigned int state, uint32 keysym) in get_key_state() function
|