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

touchgfx::Screen::handleClickEvent() method

@fn virtual void Screen::handleClickEvent(const ClickEvent& evt); Traverse the drawables in reverse z-order and notify them of a click event. Traverse the drawables in reverse z-order and notify them of a click event.

Syntax

virtual void handleClickEvent(const ClickEvent& evt);

Arguments

evt

The event to handle.

References

LocationText
Screen.hpp:164
virtual void handleClickEvent(const ClickEvent& evt);