Module compositing::touch
source ยท Structsยง
- FlingAction ๐
Enumsยง
- The action to take in response to a touch event
- The states of the touch input state machine.
Constantsยง
- FLING_MAX_SCREEN_PX ๐Maximum velocity when flinging.
- FLING_MIN_SCREEN_PX ๐Minimum velocity required for transitioning to fling when panning ends.
- FLING_SCALING_FACTOR ๐Factor by which the flinging velocity changes on each tick.
- Minimum number of
DeviceIndependentPixel
to begin touch scrolling.