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

touchgfx::Drawable::handleGestureEvent() method

@fn virtual void Drawable::handleGestureEvent(const GestureEvent& evt) Defines the event handler interface for GestureEvents. Defines the event handler interface for GestureEvents. The default implementation ignores the event. The event is only received if the drawable is touchable.

Syntax

virtual void handleGestureEvent(const GestureEvent& evt);

Arguments

evt

The GestureEvent received from the HAL.

Examples

touchgfx::Drawable::handleGestureEvent() is referenced by 3 libraries and example projects.

Override Tree

Overridden methods
touchgfx::Drawable::handleGestureEvent()