LeviLamina
Loading...
Searching...
No Matches
FlingGestureParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, uint> minTouches;
12 ::ll::TypedStorage<4, 4, uint> maxTouches;
13 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds> maxIntervalBetweenMoves;
14 ::ll::TypedStorage<4, 4, float> minDistanceCm;
15 // NOLINTEND
16};
17
18} // namespace OreUI
Definition FlingGestureParameters.h:7