From f75bb436c93c050ba009fbfdb9d44cbc287bd1fb Mon Sep 17 00:00:00 2001 From: Caspian Rychlik-Prince Date: Wed, 26 May 2004 22:53:40 +0000 Subject: [PATCH] Tiny javadoc adjustment --- src/java/org/lwjgl/input/Mouse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/lwjgl/input/Mouse.java b/src/java/org/lwjgl/input/Mouse.java index cc157b68..a5ce2a0a 100644 --- a/src/java/org/lwjgl/input/Mouse.java +++ b/src/java/org/lwjgl/input/Mouse.java @@ -480,7 +480,7 @@ public class Mouse { /** * Retrieves the absolute position. If the Window has been created - * x will be clamped to 0 - Window.getWidth(). + * x will be clamped to 0...Window.getWidth() - 1. * * @return Absolute x axis position of mouse */ @@ -490,7 +490,7 @@ public class Mouse { /** * Retrieves the absolute position. If the Window has been created - * y will be clamped to 0 - Window.getHeight(). + * y will be clamped to 0...Window.getHeight() -1. * * @return Absolute y axis position of mouse */