parrotcode: constants used in Parrot SDL | |
Contents | Libraries |
SDL::Constants - constants used in Parrot SDL
SDL defines several constants, especially for initialization flags and key names. This library provides access to them.
This library contains and declares constants for Parrot's NCI bindings to the SDL library. You shouldn't need to use these directly, but they're here if you do.
This library declares the following constants:
An array of values and key names.
If you receive a key value from an event handler,
look up the number in this array to find the symbolic name of the key.
For example,
8
corresponds to backspace
.
Written by Jens Rieks, maintained by chromatic, <chromatic at wgz dot org>. Please send patches, feedback, and suggestions to the Perl 6 Internals mailing list.
Copyright (C) 2004-2006, The Perl Foundation.
|