i2c_oled sample
LV_OBJ_FLAG_PRESS_LOCK
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
LV_OBJ_FLAG_PRESS_LOCK
LV_OBJ_FLAG_PRESS_LOCK value
Keep the object pressed even if the press slid from the object
Syntax
Show:
Summary
Declaration
from
lv_obj.h:104
LV_OBJ_FLAG_PRESS_LOCK
=
(
1L
<
<
13
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_OBJ_FLAG_PRESS_LOCK
=
(
1L
<
<
13
)
,
/**< Keep the object pressed even if the press slid from the object*/
lv_obj.h:104
lv_obj_has_flag
(
indev_obj_act
,
LV_OBJ_FLAG_PRESS_LOCK
)
==
false
)
{
lv_indev.c:838
indev_proc_press()
if
(
parent
)
obj
->
flags
|=
LV_OBJ_FLAG_PRESS_LOCK
;
lv_obj.c:419
lv_obj_constructor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_OBJ_FLAG_PRESS_LOCK
is read by 2 functions:
All items filtered out
LV_OBJ_FLAG_PRESS_LOCK
indev_proc_press()
lv_obj_constructor()
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