| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: window &key pan pan-with-single-finger-vertically pan-with-single-finger-horizontally pan-with-gutter pan-with-inertia two-finger-tap zoom rotate press-and-tap
Establishes which capabilities of the gesture interface will be
enabled for the specified window. The value of each keyword argument
can be either t
to enable the
capability, nil
or unspecified to disable it,
or :inherit
to inherit the value from an ancestor
window or else the system defaults. Since unspecified values disable
the associated capabilities, all capabilities that are to be enabled
need to be passed on any call to this function.
Here are the meanings of the keyword arguments, all of which appear to be enabled by default (at least on the test machine) except where otherwise noted:
See also the touch-point
class and About Touch
Gesture Support in Common Graphics on Windows
in cgide.htm.
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.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |