Searched refs:wait_until_release (Results 1 – 3 of 3) sorted by relevance
281 indev->proc.wait_until_release = 1; in lv_indev_wait_release()397 if(data->state == LV_INDEV_STATE_PRESSED && i->proc.wait_until_release) return; in indev_keypad_proc()399 if(i->proc.wait_until_release) { in indev_keypad_proc()400 i->proc.wait_until_release = 0; in indev_keypad_proc()548 if(data->state == LV_INDEV_STATE_PRESSED && i->proc.wait_until_release) return; in indev_encoder_proc()550 if(i->proc.wait_until_release) { in indev_encoder_proc()551 i->proc.wait_until_release = 0; in indev_encoder_proc()821 if(proc->wait_until_release != 0) return; in indev_proc_press()889 if(indev_act->proc.wait_until_release) return; in indev_proc_press()911 if(indev_act->proc.wait_until_release) return; in indev_proc_press()[all …]
136 uint8_t wait_until_release : 1; member
415 - feat(indev): send LV_EVENT_PRESS_LOST on release with wait_until_release [`cc18518`](https://gith…