MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_OverrideTouchMovedEvent Function
MPLAB® Harmony Graphics Suite
laWidget_OverrideTouchMovedEvent Function

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.

C
LIB_EXPORT laResult laWidget_OverrideTouchMovedEvent(
    laWidget* wgt, 
    laWidget_TouchMovedEvent_FnPtr ptr
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
laWidget_TouchMovedEvent_FnPtr 
a valid pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite