Page 196 | Table of Contents | Index | Page 198 |
Chapters | |||
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E |
(define-gesture-name :edit :pointer-button (:left :meta)) (define-gesture-name :edit :keyboard (#\E :control))
Minor issue: Note that none of the functions above take a port argument. This is because
CLIM implicitly assumes that the canonical set of gesture names is the same on every port, and
only the mappings differ from port to port. Some ports may define additional gesture names,
but they will simply not be mapped on other ports. Is this a reasonable assumption? | SWM
22.3.1 Standard Gesture Names
Every CLIM implementation must provide a standard set of gesture names that correspond to
a common set of gestures. These gesture names must have a meaningful mapping for every port
type.
Here are the required, standard keyboard gesture names:
Page 196 | Table of Contents | Index | Page 198 |
Chapters | |||
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E |