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

touchgfx::Screen::handleGestureEvent() method

@fn virtual void Screen::handleGestureEvent(const GestureEvent& evt); Handle gestures. Traverses drawables in reverse-z and notifies them of the gesture. Handle gestures. Traverses drawables in reverse-z and notifies them of the gesture.

Syntax

virtual void handleGestureEvent(const GestureEvent& evt);

Arguments

evt

The event to handle.

References

LocationText
Screen.hpp:187
virtual void handleGestureEvent(const GestureEvent& evt);