MPLAB® Harmony Graphics Suite
|
This function will replace the current touch up event handler for a widget. Widgets may have their own internal override for this function and replacing it will break their internal capabilties.
LIB_EXPORT laResult laWidget_OverrideTouchUpEvent( laWidget* wgt, laWidget_TouchUpEvent_FnPtr ptr );
Parameters |
Description |
laWidget* wgt |
the widget |
laWidget_TouchUpEvent_FnPtr |
a valid pointer or NULL |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|