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

touchgfx::ScrollableContainer::handleGestureEvent() method

@fn virtual void ScrollableContainer::handleGestureEvent(const GestureEvent& evt); Gestures generate a scroll animation so these are intercepted in the same manner as drag events. Gestures generate a scroll animation so these are intercepted in the same manner as drag events.

Syntax

virtual void handleGestureEvent(const GestureEvent& evt);

Arguments

evt

The GestureEvent.

References

LocationText
ScrollableContainer.hpp:215
virtual void handleGestureEvent(const GestureEvent& evt);

Override Tree

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