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

touchgfx::AbstractButton::handleClickEvent() method

@fn virtual void AbstractButton::handleClickEvent(const ClickEvent& event); Updates the current state of the button. Updates the current state of the button - pressed or released - and invalidates it. If a transition from the pressed to the released state was made, the associated action is executed and then the Widget is invalidated. @see Drawable::handleClickEvent()

Syntax

virtual void handleClickEvent(const ClickEvent& event);

Arguments

event

Information about the click.