HomeSort by relevance Sort by last modified time
    Searched full:do_btn (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/misc/
uinput.pl 131 do_btn($BTN_TOUCH, 1, 0.1);
132 do_btn($BTN_TOUCH, 0, 0.1);
134 do_btn($BTN_MOUSE, 1, 0.1);
135 do_btn($BTN_MOUSE, 0, 0.1);
186 sub do_btn { subroutine
192 print STDERR "do_btn $button $down\n";
195 print STDERR "do_btn: $!\n";
qt_tslib_inject.pl 245 do_btn($BTN_TOUCH, 1);
248 do_btn($BTN_TOUCH, 0);
293 sub do_btn { subroutine
300 print STDERR "do_btn $button $down\n" if $debug;
303 print STDERR "do_btn: $!\n";

Completed in 223 milliseconds