|
From: Caspian Rychlik-P. <ci...@us...> - 2004-05-26 22:53:54
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13511/src/java/org/lwjgl/input Modified Files: Mouse.java Log Message: Tiny javadoc adjustment Index: Mouse.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/input/Mouse.java,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- Mouse.java 25 May 2004 15:19:16 -0000 1.55 +++ Mouse.java 26 May 2004 22:53:40 -0000 1.56 @@ -480,7 +480,7 @@ /** * 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 @@ /** * 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 */ |