Home
last modified time | relevance | path

Searched refs:LV_KEY_UP (Results 1 – 22 of 22) sorted by relevance

/lvgl-3.5.0/tests/src/test_cases/
Dtest_dropdown.c217 lv_test_key_hit(LV_KEY_UP); /*Open the list too*/ in test_dropdown_keypad()
219 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
225 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
226 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
227 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
228 lv_test_key_hit(LV_KEY_UP); in test_dropdown_keypad()
Dtest_slider.c57 key = LV_KEY_UP; in test_slider_event_keys_right_and_up_increment_value_by_one()
/lvgl-3.5.0/src/core/
Dlv_group.h30 LV_KEY_UP = 17, /*0x11*/ enumerator
Dlv_obj.c735 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_obj_event()
758 else if(c == LV_KEY_UP) { in lv_obj_event()
/lvgl-3.5.0/docs/widgets/core/
Dswitch.md32 - `LV_KEY_UP/RIGHT` Turns on the slider
Dslider.md54 - `LV_KEY_UP/RIGHT` Increment the slider's value by 1
Dtextarea.md102 - `LV_KEY_UP/DOWN/LEFT/RIGHT` Move the cursor
/lvgl-3.5.0/docs/widgets/extra/
Dcolorwheel.md34 - `LV_KEY_UP`, `LV_KEY_RIGHT` Increment the current parameter's value by 1
Dspinbox.md40 - `LV_KEY_UP/DOWN` With *Keypad* and *Encoder* increment/decrement the value.
/lvgl-3.5.0/src/extra/others/monkey/
Dlv_monkey.c34 LV_KEY_UP,
/lvgl-3.5.0/docs/overview/
Dindev.md89 - **LV_KEY_UP** Increase value or move upwards
99 The most important special keys are `LV_KEY_NEXT/PREV`, `LV_KEY_ENTER` and `LV_KEY_UP/DOWN/LEFT/RIG…
/lvgl-3.5.0/docs/widgets/
Dobj.md176 If `LV_OBJ_FLAG_CHECKABLE` is enabled, `LV_KEY_RIGHT` and `LV_KEY_UP` make the object checked, and …
178 …ect is not editable (as declared by the widget class), the arrow keys (`LV_KEY_UP`, `LV_KEY_DOWN`,…
/lvgl-3.5.0/src/extra/others/gridnav/
Dlv_gridnav.c184 else if(key == LV_KEY_UP) { in gridnav_event_cb()
/lvgl-3.5.0/src/extra/widgets/spinbox/
Dlv_spinbox.c431 else if(c == LV_KEY_UP) { in lv_spinbox_event()
/lvgl-3.5.0/src/widgets/
Dlv_slider.c312 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_slider_event()
Dlv_roller.c400 else if(c == LV_KEY_LEFT || c == LV_KEY_UP) { in lv_roller_event()
Dlv_arc.c554 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_arc_event()
Dlv_btnmatrix.c610 else if(c == LV_KEY_UP) { in lv_btnmatrix_event()
Dlv_dropdown.c708 else if(c == LV_KEY_LEFT || c == LV_KEY_UP) { in lv_dropdown_event()
Dlv_table.c530 else if(c == LV_KEY_UP) row--; in lv_table_event()
Dlv_textarea.c882 else if(c == LV_KEY_UP) in lv_textarea_event()
/lvgl-3.5.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c394 if(c == LV_KEY_RIGHT || c == LV_KEY_UP) { in lv_colorwheel_event()