rgb_panel sample
lv_obj_hit_test()
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_obj_hit_test()
lv_obj_hit_test() function
Hit-test an object given a particular point in screen space.
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_pos.h:421
bool
lv_obj_hit_test
(
lv_obj_t
*
obj
,
const
lv_point_t
*
point
)
;
Implemented in
lv_obj_pos.c:936
Arguments
Argument
Description
obj
object to hit-test
point
screen-space point (absolute coordinate)
Return value
true: if the object is considered under the point
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out