The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FLTK::Cursor - Mouse cursor support for the Fast Light Tool Kit

Description

Cursor is an opaque system-dependent class. Currently you can only use the built-in cursors but a method to turn an Image into a Cursor will be added in the future.

To display a cursor, call Widget::cursor().

Built-in cursors may be imported with the cursor tag and are...

CURSOR_DEFAULT

the default cursor, usually an arrow.

CURSOR_ARROW

up-left arrow pointer

CURSOR_CROSS

crosshairs

CURSOR_WAIT

watch or hourglass

CURSOR_INSERT

I-beam

CURSOR_HAND

hand / pointing finger

CURSOR_HELP

question mark

CURSOR_MOVE

4-pointed arrow

CURSOR_NS

up/down arrow

CURSOR_WE

left/right arrow

CURSOR_NWSE

diagonal arrow

CURSOR_NESW

diagonal arrow

CURSOR_NO

circle with slash

CURSOR_NONE

invisible

Functions

cursor

my $c = $cursor->cursor( $image, $x, $y );

Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

License and Legal

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or notes on the Artistic License 2.0 for clarification.

When separated from the distribution, all original POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See the clarification of the CCA-SA3.0.