Skip to main content

lv_hit_test_info_t

Type Alias lv_hit_test_info_t 

Source
pub type lv_hit_test_info_t = _lv_hit_test_info_t;

Aliased Type§

#[repr(C)]
pub struct lv_hit_test_info_t { pub point: *const lv_point_t, pub res: bool, }

Fields§

§point: *const lv_point_t§res: bool