Doc update

This commit is contained in:
Elias Naur 2003-06-07 11:53:17 +00:00
parent 5aae56dfcc
commit 6e73a7a953
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ public class Cursor {
* Constructs a new Cursor, with the given parameters. Mouse must have been created before you can create
* Cursor objects. Cursor images are in ARGB format, but only one bit transparancy is guaranteed to be supported.
* So to maximize portability, lwjgl applications should only create cursor images with 0x00 or 0xff as alpha values.
*
* The constructor will copy the images and delays, so there's no need to keep them around.
*
* @param width cursor image width
* @param height cursor image height
* @param xHotspot the x coordinate of the cursor hotspot