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

  /external/libvncserver/x11vnc/misc/
qt_tslib_inject.pl 50 $btn_touch = 0; # send BTN_TOUCH on clicks instead of pressure changes.
65 if ($options =~ /btn_touch/i) {
66 # send BTN_TOUCH on clicks.
67 $btn_touch = 1;
220 if (! $btn_touch) {
245 do_btn($BTN_TOUCH, 1);
248 do_btn($BTN_TOUCH, 0);
294 # only BTN_TOUCH supported by qtmoko (but it seems to be ignored??)
569 $BTN_TOUCH = 0x14a
    [all...]
  /external/libvncserver/x11vnc/
uinput.c 106 static int btn_touch = 0; variable
445 ioctl(fd, UI_SET_KEYBIT, BTN_TOUCH);
648 } else if (strstr(p, "btn_touch=") == p) {
649 btn_touch = atoi(p + strlen("btn_touch="));
960 ev.code = BTN_TOUCH;
961 if (db) fprintf(stderr, "set code to BTN_TOUCH\n");
1162 if (!btn_touch) {
    [all...]

Completed in 245 milliseconds