Home
last modified time | relevance | path

Searched refs:last_keyboard_input (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Dx11vnc_defs.c162 time_t last_keyboard_input = 0, last_pointer_input = 0; variable
Dx11vnc.h589 extern time_t last_keyboard_input, last_pointer_input;
Dxevents.c969 if (now > last_check + delay && now > last_keyboard_input + noinput) { in check_keycode_state()
1103 if (now > last_keyboard_input + idle_timeout) { in check_autorepeat()
Dkeyboard.c461 if (now > last_keyboard_input + 5 && count >= 8) { in check_add_keysyms()
3270 last_keyboard_input = now; in keyboard()
3301 last_keyboard_input = now; in keyboard()
Dconnections.c4026 last_keyboard_input = last_pointer_input = time(NULL); in new_client()