[][src]Function lvgl::hal::indev::get_next

pub fn get_next(indev: *mut lv_indev_t) -> MynewtResult<*mut lv_indev_t>

Get the next input device.

  • indev: pointer to the current input device. NULL to initialize. Return: the next input devise or NULL if no more. Give the first input device when the parameter is NULL