TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::handleDragEvent() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Drawable::handleDragEvent()

touchgfx::Drawable::handleDragEvent() method

@fn virtual void Drawable::handleDragEvent(const DragEvent& evt) Defines the event handler interface for DragEvents. Defines the event handler interface for DragEvents. The event is only received if the drawable is touchable.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The DragEvent received from the HAL.

Examples

touchgfx::Drawable::handleDragEvent() is referenced by 4 libraries and example projects.