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

touchgfx::Drawable::moveTo() method

@fn virtual void Drawable::moveTo(int16_t x, int16_t y) Moves the drawable. Moves the drawable.

Syntax

virtual void moveTo(int16_t x,     int16_t y);

Arguments

x

The absolute position to move to.

y

The absolute position to move to.

Notes

Will redraw the appropriate areas of the screen.

Examples

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

References

LocationText
Drawable.hpp:564
virtual void moveTo(int16_t x, int16_t y)

Call Tree

Functions called by touchgfx::Drawable::moveTo()
touchgfx::Drawable::moveTo()
Data read by touchgfx::Drawable::moveTo()
touchgfx::Drawable::moveTo()