TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::ScrollableContainer::setScrollThreshold() from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScrollableContainer::setScrollThreshold()

touchgfx::ScrollableContainer::setScrollThreshold() method

@fn void ScrollableContainer::setScrollThreshold(int16_t t) Change the threshold which the first drag event received must exceed before initiating a scroll. Change the threshold which the first drag event received must exceed before initiating a scroll.

Syntax

void setScrollThreshold(int16_t t);

Arguments

t

The new threshold value.

Notes

All subsequent scrolls will be processed regardless of threshold value until a ClickEvent::RELEASED is received.

Examples

touchgfx::ScrollableContainer::setScrollThreshold() is referenced by 1 libraries and example projects.

References

LocationText
ScrollableContainer.hpp:301
void setScrollThreshold(int16_t t)

Data Use

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