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

touchgfx::Gestures::setDragThreshold() method

@fn void Gestures::setDragThreshold(uint16_t val) Configure the threshold for reporting drag events. Configure the threshold for reporting drag events. A touch input movement must exceed this value in either axis in order to report a drag. Default value is 0.

Syntax

void setDragThreshold(uint16_t val);

Arguments

val

New threshold value.

References

LocationReferrerScopeText
Gestures.hpp:140
void setDragThreshold(uint16_t val)
HAL.hpp:698touchgfx::HAL::setDragThreshold()touchgfx::HAL
gestures.setDragThreshold(value);

Call Tree

Functions calling touchgfx::Gestures::setDragThreshold()
all items filtered out
touchgfx::Gestures::setDragThreshold()
Data read by touchgfx::Gestures::setDragThreshold()
Data written by touchgfx::Gestures::setDragThreshold()
touchgfx::Gestures::setDragThreshold()