#50 additional mouse pointer options
[fanfix.git] / src / jexer / TWindow.java
index 77bd2b31544fe39f9f5f063a4f15df3ce343d66d..2855209eda870bb5a5bc44c9d2670585f7400d89 100644 (file)
@@ -1384,7 +1384,7 @@ public class TWindow extends TWidget {
      * @return true if this window does not want the application-wide mouse
      * cursor drawn over it
      */
-    public final boolean hasHiddenMouse() {
+    public boolean hasHiddenMouse() {
         return hideMouse;
     }