Home
last modified time | relevance | path

Searched refs:last_slot_state (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/tools/
H A Dlibinput-analyze-touch-down-state.py124 last_slot_state = None
181 if current_slot_state != last_slot_state:
195 last_slot_state = current_slot_state
H A Dlibinput-record.c91 uint16_t last_slot_state; member
406 if (d->touch.slot_state != d->touch.last_slot_state) { in handle_evdev_frame()
407 d->touch.last_slot_state = d->touch.slot_state; in handle_evdev_frame()

Completed in 4 milliseconds