Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:scancode

1225 	int scancode;
1240 scancode = lookup_code(keysym);
1242 if (scancode < 0) {
1245 if (db) fprintf(stderr, "uinput_key_command: %d -> %d %s fd=%d\n", keysym, scancode, down ? "down" : "up", d);
1250 ev.code = (unsigned char) scancode;
1260 if (0 <= scancode && scancode < 256) {
1261 key_pressed[scancode] = down ? 1 : 0;