MPLAB® Harmony Graphics Suite
|
This function will replace the current touch moved 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_OverrideTouchMovedEvent( laWidget* wgt, laWidget_TouchMovedEvent_FnPtr ptr );
Parameters |
Description |
laWidget* wgt |
the widget |
laWidget_TouchMovedEvent_FnPtr |
a valid pointer or NULL |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|