rgb_panel sample
indev_stop_processing_check()
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
indev_stop_processing_check()
indev_stop_processing_check() function
Checks if the stop_processing_query flag has been set. If so, do not send any events to the object
Syntax
Show:
Summary
Declaration
from
lv_indev.c:1631
static
bool
indev_stop_processing_check
(
lv_indev_t
*
indev
)
;
Arguments
Argument
Description
indev
pointer to an input device
Return value
true if indev should stop processing the event.
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