Searched refs:click_pos (Results 1 – 2 of 2) sorted by relevance
48 uint8_t click_pos : 1; /**< 1: Enable positioning the cursor by clicking the text area */ member
508 ta->cursor.click_pos = en ? 1U : 0U; in lv_textarea_set_cursor_click_pos()717 return ta->cursor.click_pos; in lv_textarea_get_cursor_click_pos()939 ta->cursor.click_pos = 1; in lv_textarea_constructor()1259 if(ta->cursor.click_pos == 0) return; in update_cursor_position_on_click()