mikroSDK Reference Manual
lv_indev_scroll.h
Go to the documentation of this file.
1
6#ifndef LV_INDEV_SCROLL_H
7#define LV_INDEV_SCROLL_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13/*********************
14 * INCLUDES
15 *********************/
16#include "lv_obj.h"
17
18/*********************
19 * DEFINES
20 *********************/
21
22/**********************
23 * TYPEDEFS
24 **********************/
25
26/**********************
27 * GLOBAL PROTOTYPES
28 **********************/
29
35
41
48lv_coord_t lv_indev_scroll_throw_predict(lv_indev_t * indev, lv_dir_t dir);
49
56
57/**********************
58 * MACROS
59 **********************/
60
61#ifdef __cplusplus
62} /*extern "C"*/
63#endif
64
65#endif /*LV_INDEV_SCROLL_H*/
void _lv_indev_scroll_throw_handler(_lv_indev_proc_t *proc)
void _lv_indev_scroll_handler(_lv_indev_proc_t *proc)
void lv_indev_scroll_get_snap_dist(lv_obj_t *obj, lv_point_t *p)
lv_coord_t lv_indev_scroll_throw_predict(lv_indev_t *indev, lv_dir_t dir)
Definition lv_hal_indev.h:132
Definition lv_hal_indev.h:176
Definition lv_obj.h:174
Definition lv_area.h:37