Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py113 self.is_down = False
128 self.is_down = False
130 self.is_down = True
170 s = fmt.values([self.tracking_id, self.is_down, not self.is_down,
Dlibinput-measure-touch-size.py106 self.is_down = False
123 self.is_down = False
125 self.is_down = True
164 "down" if self.is_down else " ",
Dlibinput-debug-gui.c142 bool is_down; member
556 if (w->tool.is_down) in draw_tablet()
1339 w->tool.is_down = true; in handle_event_tablet()
1343 w->tool.is_down = false; in handle_event_tablet()
/third_party/libinput/src/
Devdev-debounce.c512 bool is_down = hw_is_key_down(dispatch, changed[i]); in fallback_debounce_handle_state() local
517 !is_down ? in fallback_debounce_handle_state()
525 is_down ? in fallback_debounce_handle_state()
Devdev-tablet-pad.c86 bool is_down) in pad_button_set_down() argument
90 if (is_down) { in pad_button_set_down()