Searched refs:focused (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.6.0/docs/others/ |
D | gridnav.md | 3 Grid navigation (gridnav for short) is a feature that changes the currently focused child object as… 15 This way, if the object with gridnav is focused, the arrow key presses are automatically forwarded … 20 If the container is scrollable and the focused child is out of the view, gridnav will automatically… 30 - `LV_GRIDNAV_CTRL_SCROLL_FIRST` If an arrow is pressed and the focused object can be scrolled in t… 31 …s object. If there is no more room for scrolling the next/previous object will be focused normally
|
/lvgl-3.6.0/docs/overview/ |
D | indev.md | 74 In every group there is exactly one focused object which receives the pressed keys or the encoder a… 75 For example, if a [Text area](/widgets/core/textarea) is focused and you press some letter on a key… 76 Similarly, if a [Slider](/widgets/core/slider) is focused and you press the left or right arrows, t… 125 …bject is focused either by clicking it via touchpad or focused via an encoder or keypad it goes to…
|
D | style.md | 34 An object can be in a combination of states such as being focused and pressed at the same time. Thi… 51 3. When the object is focused the same thing happens as in pressed state and red color will be used… 52 4. When the object is focused and pressed both gray and red would work, but the pressed state has h… 58 …and it's something the user would expect naturally. E.g. if an object is focused the user will sti… 59 If the focused state had a higher precedence it would overwrite the pressed color. 61 - Use ORed states to describe the properties for complex cases. (E.g. pressed + checked + focused) 63 …ackground colors for released, pressed, checked + pressed, focused, focused + pressed, focused + p… 64 …use the background color for pressed and checked states and indicate the focused state with a diff…
|
D | event.md | 82 - `LV_EVENT_FOCUSED` An object is focused
|
/lvgl-3.6.0/src/core/ |
D | lv_group.c | 319 lv_obj_t * focused = lv_group_get_focused(group); in lv_group_set_editing() local 321 if(focused) { in lv_group_set_editing() 325 lv_obj_invalidate(focused); in lv_group_set_editing()
|
/lvgl-3.6.0/docs/widgets/ |
D | obj.md | 105 - `LV_OBJ_FLAG_CLICK_FOCUSABLE` Add focused state to the object when clicked 114 - `LV_OBJ_FLAG_SCROLL_ON_FOCUS` Automatically scroll object to make it visible when focused 115 - `LV_OBJ_FLAG_SCROLL_WITH_ARROW` Allow scrolling the focused object with arrow keys 151 `lv_obj_is_focused(obj)` returns if the object is currently focused on its group or not. If the obj…
|
/lvgl-3.6.0/docs/widgets/core/ |
D | btnmatrix.md | 68 `lv_btnmatrix_get_selected_btn(btnm)` returns the index of the most recently released or focused bu…
|
/lvgl-3.6.0/docs/porting/ |
D | indev.md | 115 - other keys will be passed to the focused widget
|
/lvgl-3.6.0/docs/ |
D | CHANGELOG.md | 1200 - fix(btnmatrix) do not show pressed, focused or focus key states on disabled buttons [`3df2a74`](h… 1254 - fix(group) keep the focused object in lv_group_swap_obj [`a997147`](https://github.com/lvgl/lvgl/… 1709 - fix(list) scroll list when button is focused using LV_KEY_NEXT/PREV 2077 …normal dates, checked for highlighted, focused for today, pressed for the being pressed. (checked+…
|