Page 191 | Table of Contents | Index | Page 193 |
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 |
Note: CLIM currently supports only a single pointer for any port. Therefore, the length of
the list returned by stream-pointers will always be one, and stream-primary-pointer will
always return an object that is the only element of that list.
=> stream-pointer-position stream &key pointer [Generic Function]
Returns the current position of the pointing device pointer for the extended input stream stream
as two values, the x and y positions in the stream's drawing surface coordinate system. If pointer
is not supplied, it defaults to the stream-primary-pointer of the stream.
=> (setf* stream-pointer-position) x y stream &key pointer [Generic Function]
Sets the position of the pointing device for the extended input stream stream to x and y, which
are integers. pointer is as for stream-pointer-position.
Page 191 | Table of Contents | Index | Page 193 |
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 |