Searched refs:click_pos (Results 1 – 2 of 2) sorted by relevance
66 uint8_t click_pos : 1; /*1: Enable positioning the cursor by clicking the text area*/ member
119 ext->cursor.click_pos = 1; in lv_textarea_create()703 ext->cursor.click_pos = en ? 1 : 0; in lv_textarea_set_cursor_click_pos()1034 return ext->cursor.click_pos ? true : false; in lv_textarea_get_cursor_click_pos()1802 if(ext->cursor.click_pos == 0) return; in update_cursor_position_on_click()