TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::TouchController::sampleTouch() 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::TouchController::sampleTouch()

touchgfx::TouchController::sampleTouch() method

@fn virtual bool TouchController::sampleTouch(int32_t& x, int32_t& y) = 0; Checks whether the touch screen is being touched, and if so, what coordinates. Checks whether the touch screen is being touched, and if so, what coordinates.

Syntax

virtual bool sampleTouch(int32_t& x,     int32_t& y) = 0;

Arguments

x

y

Return value

True if a touch has been detected, otherwise false.

Examples

touchgfx::TouchController::sampleTouch() is referenced by 4 libraries and example projects.

References

LocationText
TouchController.hpp:65
virtual bool sampleTouch(int32_t& x, int32_t& y) = 0;