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

touchgfx::Application::handleGestureEvent() method

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

Syntax

virtual void handleGestureEvent(const GestureEvent& evt);

Arguments

evt

The gesture event.

References

LocationText
Application.hpp:166
virtual void handleGestureEvent(const GestureEvent& evt);

Override Tree

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