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

touchgfx::UIEventListener::handleClickEvent() method

@fn virtual void UIEventListener::handleClickEvent(const ClickEvent& event) This handler is invoked when a mouse click or display touch event has been detected by the system. This handler is invoked when a mouse click or display touch event has been detected by the system.

Syntax

virtual void handleClickEvent(const ClickEvent& event);

Arguments

event

The event data.

References

Override Tree

Overridden methods
touchgfx::UIEventListener::handleClickEvent()