| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
A predefined cursor that looks like a human hand with one finger
pointing at the current mouse cursor position. The value is actually a
cursor handle, but only on GTK. The value is nil
on Windows, where there is no built-in hand
cursor.
Rather than using this variable, the platform-independent way to
obtain a hand cursor is to call find-cursor on the symbol
:hand-cursor
. This will return a CG cursor object
on all platforms. (On GTK it will use GTK's built-in hand cursor,
while on Windows it will use a pixmap supplied by Franz.)
(find-cursor :hand-cursor)
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |