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.py117 self.is_down = False
132 self.is_down = False
134 self.is_down = True
196 self.is_down,
197 not self.is_down,
Dlibinput-measure-touch-size.py110 self.is_down = False
127 self.is_down = False
129 self.is_down = True
171 "down" if self.is_down else " ",
Dlibinput-debug-gui.c176 bool is_down; member
786 if (w->tool.is_down) in draw_tablet()
1671 w->tool.is_down = true; in handle_event_tablet()
1675 w->tool.is_down = false; in handle_event_tablet()
/third_party/libinput/src/
Devdev-debounce.c522 bool is_down = hw_is_key_down(dispatch, changed[i]); in fallback_debounce_handle_state() local
527 !is_down ? in fallback_debounce_handle_state()
535 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()