touchgfx::UIEventListener::handleDragEvent() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::UIEventListener::handleDragEvent()

touchgfx::UIEventListener::handleDragEvent() method

@fn virtual void UIEventListener::handleDragEvent(const DragEvent& event) This handler is invoked when a drag event has been detected by the system. This handler is invoked when a drag event has been detected by the system.

Syntax

virtual void handleDragEvent(const DragEvent& event);

Arguments

event

The event data.

References

Override Tree

Overridden methods
touchgfx::UIEventListener::handleDragEvent()