Lines Matching full:or
33 LV_INDEV_TYPE_KEYPAD, /**< Keypad or keyboard*/
68 lv_indev_state_t state; /**< LV_INDEV_STATE_RELEASED or LV_INDEV_STATE_PRESSED*/
84 * @return Pointer to the created indev or NULL when allocation failed
97 * @return the next input device or NULL if there are no more. Provide the first input device when
115 * Enable or disable one or all input devices (default enabled)
116 * @param indev pointer to an input device or NULL to enable/disable all of them
123 * @return pointer to the currently processed input device or NULL if no input device processing
201 * @return Pointer to callback function to read input device data or NULL if indev is NULL
208 * @return Indev state or LV_INDEV_STATE_RELEASED if indev is NULL
215 * @return Pointer to indev assigned group or NULL if indev is NULL
222 * @return pointer to the assigned display or NULL if indev is NULL
229 * @return pointer to the user data or NULL if indev is NULL
236 * @return pointer to the driver data or NULL if indev is NULL
248 * Reset one or all input devices
249 * @param indev pointer to an input device to reset or NULL to reset all of them
332 * @return pointer to the currently scrolled object or NULL if no scrolling by this indev
359 * @return pointer to currently active object or NULL if no active object
372 * Set the input device's event model: event-driven mode or timer mode.
389 * @return pointer to the found object or NULL if there was no suitable object
397 * @param filter event code to react or `LV_EVENT_ALL`