From 6e73a7a9531750ed75ecf1c858e4edfcd412d617 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 7 Jun 2003 11:53:17 +0000 Subject: [PATCH] Doc update --- src/java/org/lwjgl/input/Cursor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/input/Cursor.java b/src/java/org/lwjgl/input/Cursor.java index 4f793509..bc575bd5 100644 --- a/src/java/org/lwjgl/input/Cursor.java +++ b/src/java/org/lwjgl/input/Cursor.java @@ -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