Lines Matching full:with
29 - :cpp:enumerator:`LV_INDEV_TYPE_ENCODER`: encoder with left/right turn and push options
212 being 1:1 compatible with events emitted by the `libinput <https://wayland.freedesktop.org/libinput…
229 Full keyboards with all the letters or simple keypads with a few navigation buttons
241 it with :cpp:expr:`lv_group_add_obj(g, widget)`.
263 A common example of an encoder is a device with a turning knob that tells the hosting
266 With an encoder your application can receive events from the following:
306 In each group there is exactly one object with focus which receives the pressed keys
312 You need to associate an input device with a group. An input device can
325 To associate a group with an input device use :cpp:expr:`lv_indev_set_group(indev, g)`.
360 in a group and interact with selected Widgets.
363 Widgets can be fully controlled with them.
365 With an encoder you should use only :cpp:enumerator:`LV_KEY_LEFT`, :cpp:enumerator:`LV_KEY_RIGHT`,
374 *Navigate* and *Edit* modes are used to avoid this problem with
386 *Edit* mode upon a short click. But with Widgets where a short click has
393 be automatically added to a default group. Just create a group with
394 :cpp:expr:`lv_group_t * g = lv_group_create()` and set the default group with
398 with :cpp:expr:`lv_indev_set_group(my_indev, g)`.
404 it with an encoder or keypad, it goes to the :cpp:enumerator:`LV_STATE_FOCUSED`
416 Using Buttons with Encoder Logic
431 If you hold the keys it will simulate an encoder advance with period