longPressDuration constant
int
const longPressDuration
Long press duration threshold (in milliseconds).
The minimum duration a press must be held to trigger a long press event. Used for context menus and advanced interactions.
Default: 500 milliseconds
Implementation
static const int longPressDuration = 500;