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

touchgfx::Screen::handleDragEvent() method

@fn virtual void Screen::handleDragEvent(const DragEvent& evt); Traverse the drawables in reverse z-order and notify them of a drag event. Traverse the drawables in reverse z-order and notify them of a drag event.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The event to handle.

References

LocationText
Screen.hpp:175
virtual void handleDragEvent(const DragEvent& evt);