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

touchgfx::ScrollableContainer::handleClickEvent() method

@fn virtual void ScrollableContainer::handleClickEvent(const ClickEvent& evt); Handle the click event. Handle the click event. Get ready for scrolling, display scrollbars, etc. Send the click to appropriate child widget.

Syntax

virtual void handleClickEvent(const ClickEvent& evt);

Arguments

evt

The ClickEvent.

References

LocationText
ScrollableContainer.hpp:191
virtual void handleClickEvent(const ClickEvent& evt);

Override Tree

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