Home
last modified time | relevance | path

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

/third_party/libinput/tools/
H A 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,
H A 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 " ",
H A Dlibinput-debug-gui.c176 bool is_down; member
796 if (w->tool.is_down) in draw_tablet()
1677 w->tool.is_down = true; in handle_event_tablet()
1681 w->tool.is_down = false; in handle_event_tablet()
/third_party/libinput/src/
H A 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()
H A Devdev-tablet-pad.c87 bool is_down) in pad_button_set_down()
91 if (is_down) { in pad_button_set_down()
85 pad_button_set_down(struct pad_dispatch *pad, uint32_t button, bool is_down) pad_button_set_down() argument

Completed in 11 milliseconds