MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
Used to define widget touch event filter. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/widget/legato_widget.h>
Data Fields | |
leBool(* | filterEvent )(leWidget *target, leWidgetEvent *evt, void *data) |
Virtual function - Filter Event. More... | |
void * | data |
Used to define widget touch event filter.
Event filters allow a receiver to discard undesirable events.
leBool(* filterEvent) (leWidget *target, leWidgetEvent *evt, void *data) |
Virtual function - Filter Event.
Sets an event filter with the value evt and data arguments data for the specified widget target.
param1 | void. |