Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

two-stroke-hold-time

Arguments: window

window must be a window of a class that includes two-stroke-mixin. This property of a two-stroke-mixin window is the number of milliseconds that distinguishes a hold gesture from a tap gesture. It can be specified by a :two-stroke-hold-time initarg to make-window, or later by calling (setf two-stroke-hold-time).

The value should be a positive integer, and it defaults to 300. If the user holds one or more fingers without dragging for longer than this time, then the gesture is interpreted as a hold, whereas less time is a tap.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version