| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |