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

touchgfx::AbstractButton::getPressedState() const method

@fn virtual bool AbstractButton::getPressedState() const Function to determine whether this AbstractButton is currently pressed. Function to determine whether this AbstractButton is currently pressed.

Syntax

virtual bool getPressedState() const;

Return value

true if button is pressed, false otherwise.

References

LocationText
AbstractButton.hpp:95
virtual bool getPressedState() const

Data Use

Data read by touchgfx::AbstractButton::getPressedState() const
all items filtered out
touchgfx::AbstractButton::getPressedState() const