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

touchgfx::ScrollableContainer::setMaxVelocity() method

@fn void ScrollableContainer::setMaxVelocity(uint16_t max) Sets the maximum velocity of a scroll due to a swipe. Sets the maximum velocity of a scroll due to a swipe.

Syntax

void setMaxVelocity(uint16_t max);

Arguments

max

The maximum velocity of the scroll.

References

LocationText
ScrollableContainer.hpp:282
void setMaxVelocity(uint16_t max)

Data Use

Data read by touchgfx::ScrollableContainer::setMaxVelocity()
Data written by touchgfx::ScrollableContainer::setMaxVelocity()
touchgfx::ScrollableContainer::setMaxVelocity()