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

touchgfx::Drawable::moveRelative() method

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

Syntax

virtual void moveRelative(int16_t x,     int16_t y);

Arguments

x

The relative position to move to.

y

The relative position to move to.

Notes

Will redraw the appropriate areas of the screen.

References

LocationReferrerScopeText
Drawable.hpp:550
virtual void moveRelative(int16_t x, int16_t y);
Drawable.hpp:566touchgfx::Drawable::moveTo()touchgfx::Drawable
moveRelative(x - rect.x, y - rect.y);

Call Tree

Functions calling touchgfx::Drawable::moveRelative()
all items filtered out
touchgfx::Drawable::moveRelative()