MPLAB® Harmony Graphics Suite
|
The focus widget is the widget that is currently receiving all input events. This can happen when the user initiates a touch down event on the widget and is currently dragging their finger on the display. The widget will receive all touch moved events until a touch up event is received.
LIB_EXPORT laWidget* laContext_GetFocusWidget();
MPLAB® Harmony Graphics Suite
|