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

touchgfx::Application::handleClickEvent() method

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

Syntax

virtual void handleClickEvent(const ClickEvent& evt);

Arguments

evt

The ClickEvent.

Examples

touchgfx::Application::handleClickEvent() is referenced by 3 libraries and example projects.

References

LocationText
Application.hpp:140
virtual void handleClickEvent(const ClickEvent& evt);

Override Tree

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