Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duinput.c109 static int touch_pressure = 1; variable
670 touch_pressure = atoi(p + strlen("pressure=")); in parse_uinput_str()
1164 int p = touch_pressure >=0 ? touch_pressure : 0; in uinput_pointer_command()
1214 if (mask && uinput_abs && touch_pressure >= 0) { in uinput_pointer_command()
1215 ptr_abs(last_x, last_y, touch_pressure); in uinput_pointer_command()