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

touchgfx::ClickListener::handleClickEvent() method

@fn virtual void ClickListener::handleClickEvent(const ClickEvent& event) Ensures that the clickEvent is propagated to the super class. Ensures that the clickEvent is propagated to the super class T and to the clickAction listener. @see Drawable::handleClickEvent()

Syntax

virtual void handleClickEvent(const ClickEvent& event);

Arguments

event

Information about the click.

References

LocationText
ClickListener.hpp:69
virtual void handleClickEvent(const ClickEvent& event)