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

touchgfx::TouchArea::handleDragEvent() method

@fn virtual void TouchArea::handleDragEvent(const DragEvent& evt) A TouchArea will not move when dragged. A TouchArea will not move when dragged.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The event to handle. Ignored.

References

LocationText
TouchArea.hpp:70
virtual void handleDragEvent(const DragEvent& evt)

Override Tree

Methods overriding this one
touchgfx::TouchArea::handleDragEvent()