Lines Matching full:or
4 - Pointer-like input device like touchpad or mouse
5 - Keypads like a normal keyboard or simple numeric keypad
69 …t a touchpad or mouse by using a keypad or encoder(s). It works similar to the *TAB* key on the PC…
73 Objects you want to control with a keypad or encoder need to be added to a *Group*.
74 In every group there is exactly one focused object which receives the pressed keys or the encoder a…
76 Similarly, if a [Slider](/widgets/core/slider) is focused and you press the left or right arrows, t…
89 - **LV_KEY_UP** Increase value or move upwards
90 - **LV_KEY_DOWN** Decrease value or move downwards
91 - **LV_KEY_RIGHT** Increase value or move to the right
92 - **LV_KEY_LEFT** Decrease value or move to the left
93 - **LV_KEY_ESC** Close or exit (E.g. close a [Drop down list](/widgets/core/dropdown))
110 …V_KEY_LEFT/RIGHT` is translated to `LV_KEY_NEXT/PREV`. Therefore, the next or previous object will…
114 Depending on the object's type, a short or long press of `LV_KEY_ENTER` changes back to *Navigate* …
121 Don't forget to assign one or more input devices to the default group with ` lv_indev_set_group(my_…
125 If an object is focused either by clicking it via touchpad or focused via an encoder or keypad it g…