Home
last modified time | relevance | path

Searched refs:keystate (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dkeyboard.c52 void get_keystate(int *keystate);
92 void get_keystate(int *keystate) { in get_keystate() argument
95 if (!keystate) {} in get_keystate()
110 keystate[8*i + k] = 1; in get_keystate()
112 keystate[8*i + k] = 0; in get_keystate()
133 int keystate[256]; in clear_modifiers()
178 get_keystate(keystate); in clear_modifiers()
183 if (! keystate[(int) keycode]) { in clear_modifiers()
270 int k, keystate[256]; in clear_keys() local
275 get_keystate(keystate); in clear_keys()
[all …]
Dkeyboard.h39 extern void get_keystate(int *keystate);
DREADME17660 keystate have x11vnc print current keystate.
18029 clear_locks keystate remap repeat norepeat fb nofb bell
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch5833 + int keystate[256];
5843 + keystate[8*i + k] = 1;
5845 + keystate[8*i + k] = 0;
5851 + /* check again using keystate[] */
5857 + if (db) fprintf(stderr, "try2: %d %d = %d\n", i, kc, keystate[kc]);
5858 + if (!keystate[kc]) {
5879 + int keystate[256];
5887 + keystate[8*i + k] = 1;
5889 + keystate[8*i + k] = 0;
5896 + if (kc != NoSymbol && keystate[kc]) {
[all …]