VariablePackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

hand-cursor

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version