HomeSort by: relevance | last modified time | path
    Searched defs:key_state (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xinput/dist/src/
state.c 40 XKeyState *key_state; local
90 key_state = (XKeyState *) cls;
92 for(loop2=0; loop2<key_state->num_keys; loop2++) {
94 (key_state->keys[loop2 / 8] & (1 << (loop2 % 8))) ? "down" : "up" );
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.h 98 int key_state; member in struct:EphyrHostXEvent
  /xsrc/external/mit/xf86-input-synaptics/dist/tools/
syndaemon.c 191 unsigned char key_state[KEYMAP_SIZE]; local
195 XQueryKeymap(display, (char *) key_state);
198 if ((key_state[i] & ~old_key_state[i]) & keyboard_mask[i]) {
205 if (key_state[i] & ~keyboard_mask[i]) {
212 old_key_state[i] = key_state[i];

Completed in 8 milliseconds