SwipeContainer::setDotIndicatorXYWithCenteredX() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXSwipeContainer::setDotIndicatorXYWithCenteredX()

SwipeContainer::setDotIndicatorXYWithCenteredX() method

@fn void SwipeContainer::setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y); Sets the x and y position of the dot indicator. The value specified as x will be the center coordinate of the dot indicators. Note that this method should first be used after all screens have been added, the setDotIndicatorBitmaps has been called and the dot indicator therefore has the correct width.

Syntax

void setDotIndicatorXYWithCenteredX(uint16_t x,     uint16_t y);
Implemented in SwipeContainer.cpp:80

Arguments

x

The center x coordinate.

y

The y coordinate.

References

LocationReferrerScopeText
SwipeContainer.cpp:80
void SwipeContainer::setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y)
SwipeContainer.hpp:93
void setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y);
Game2048View.cpp:112Game2048View::Game2048View()Game2048View

Call Tree

Functions calling SwipeContainer::setDotIndicatorXYWithCenteredX()
Functions called by SwipeContainer::setDotIndicatorXYWithCenteredX()
all items filtered out
SwipeContainer::setDotIndicatorXYWithCenteredX()
Data read by SwipeContainer::setDotIndicatorXYWithCenteredX()
SwipeContainer::setDotIndicatorXYWithCenteredX()