Tiny javadoc adjustment

This commit is contained in:
Caspian Rychlik-Prince 2004-05-26 22:53:40 +00:00
parent 7593877a42
commit f75bb436c9
1 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ public class Mouse {
/** /**
* Retrieves the absolute position. If the Window has been created * 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 * @return Absolute x axis position of mouse
*/ */
@ -490,7 +490,7 @@ public class Mouse {
/** /**
* Retrieves the absolute position. If the Window has been created * 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 * @return Absolute y axis position of mouse
*/ */