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

touchgfx::Draggable::handleDragEvent() method

@fn virtual void Draggable::handleDragEvent(const DragEvent& evt) Called when dragging the draggable object. Called when dragging the draggable object. The object is moved according to the drag event.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The drag event.

References

LocationText
Draggable.hpp:68
virtual void handleDragEvent(const DragEvent& evt)