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

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.

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

laResult - the operation result

MPLAB® Harmony Graphics Suite