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

touchgfx::Drawable::handleClickEvent() method

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

Syntax

virtual void handleClickEvent(const ClickEvent& evt);

Arguments

evt

The ClickEvent received from the HAL.

Examples

touchgfx::Drawable::handleClickEvent() is referenced by 4 libraries and example projects.