HomeSort by relevance Sort by last modified time
    Searched refs:last_keyboard_input (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/x11vnc/
x11vnc_defs.c 162 time_t last_keyboard_input = 0, last_pointer_input = 0; variable
x11vnc.h 589 extern time_t last_keyboard_input, last_pointer_input;
xevents.c 969 if (now > last_check + delay && now > last_keyboard_input + noinput) {
1103 if (now > last_keyboard_input + idle_timeout) {
    [all...]
keyboard.c 461 if (now > last_keyboard_input + 5 && count >= 8) {
    [all...]
connections.c     [all...]

Completed in 125 milliseconds