lv_indev_gesture_private.h

API reference for lv_indev_gesture_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_indev_gesture.h

Structs

struct

lv_indev_gesture_motion

MemberTypeDescription
fingerint8_t
start_pointlv_point_t
pointlv_point_t
statelv_indev_state_t
struct

lv_indev_gesture

MemberTypeDescription
motionslv_indev_gesture_motion_t[2]
centerlv_point_t
scalefloat
p_scalefloat
scale_factors_xfloat[2]
scale_factors_yfloat[2]
delta_xfloat
delta_yfloat
p_delta_xfloat
p_delta_yfloat
rotationfloat
p_rotationfloat
finger_cntuint8_t
struct

lv_indev_gesture_configuration

MemberTypeDescription
pinch_up_thresholdfloat
pinch_down_thresholdfloat
rotation_angle_rad_thresholdfloat

Typedefs

lv_indev_gesture_motion_t

 
typedef struct lv_indev_gesture_motion lv_indev_gesture_motion_t

Macros

LV_GESTURE_MAX_POINTS

 
#define LV_GESTURE_MAX_POINTS 2

Dependencies

How is this guide?

Last updated on

On this page