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

touchgfx::Application::handleDragEvent() method

@fn virtual void Application::handleDragEvent(const DragEvent& evt); Handle drag events. Handle drag events. Called by the framework when a drag is detected by some platform specific means. Standard implementation is to delegate drag event to current screen.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The drag event, expressed in absolute coordinates.

Examples

touchgfx::Application::handleDragEvent() is referenced by 3 libraries and example projects.

References

LocationText
Application.hpp:153
virtual void handleDragEvent(const DragEvent& evt);

Override Tree

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