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

touchgfx::ScrollableContainer::moveChildrenRelative() method

@fn virtual void ScrollableContainer::moveChildrenRelative(int16_t deltaX, int16_t deltaY); Moves the scrollable contents relatively. Moves the scrollable contents relatively.

Syntax

virtual void moveChildrenRelative(int16_t deltaX,     int16_t deltaY);

Arguments

deltaX

Horizontal displacement.

deltaY

Vertical displacement.

References

LocationText
ScrollableContainer.hpp:271
virtual void moveChildrenRelative(int16_t deltaX, int16_t deltaY);

Override Tree

Methods overriding this one
touchgfx::ScrollableContainer::moveChildrenRelative()