TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Drawable::setTouchable() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Drawable::setTouchable()

touchgfx::Drawable::setTouchable() method

@fn void Drawable::setTouchable(bool touch) Controls whether this Drawable receives touch events or not. Controls whether this Drawable receives touch events or not.

Syntax

void setTouchable(bool touch);

Arguments

touch

If true it will receive touch events, if false it will not.

Examples

touchgfx::Drawable::setTouchable() is referenced by 4 libraries and example projects.

References

LocationReferrerText
Drawable.hpp:483
void setTouchable(bool touch)
AbstractButton.hpp:49touchgfx::AbstractButton::AbstractButton()
setTouchable(true);

Data Use

Data read by touchgfx::Drawable::setTouchable()
Data written by touchgfx::Drawable::setTouchable()
touchgfx::Drawable::setTouchable()