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

touchgfx::TouchArea::handleClickEvent() method

@fn virtual void TouchArea::handleClickEvent(const ClickEvent& event); A TouchArea will refine the handling of click events. A TouchArea will refine the handling of click events in order to enable the callback to the pressedAction.

Syntax

virtual void handleClickEvent(const ClickEvent& event);

Arguments

event

The event to handle.

References

LocationText
TouchArea.hpp:84
virtual void handleClickEvent(const ClickEvent& event);

Override Tree

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