summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/classes/com')
-rw-r--r--src/newt/classes/com/jogamp/newt/Screen.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Screen.java b/src/newt/classes/com/jogamp/newt/Screen.java
index d25d3e7ac..b6d863965 100644
--- a/src/newt/classes/com/jogamp/newt/Screen.java
+++ b/src/newt/classes/com/jogamp/newt/Screen.java
@@ -120,12 +120,12 @@ public abstract class Screen {
public abstract int getIndex();
/**
- * @return the current screen width
+ * @return the current screen width, reflecting {@link ScreenMode} rotation
*/
public abstract int getWidth();
/**
- * @return the current screen height
+ * @return the current screen height, reflecting {@link ScreenMode} rotation
*/
public abstract int getHeight();