Improved comment for clicked() in BasicGUIComponent
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 09:57:39 +0000 (11:57 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 09:57:39 +0000 (11:57 +0200)
LogicUI/src/era/mi/components/gui/BasicGUIComponent.java

index 54384b9..a7212f9 100644 (file)
@@ -18,6 +18,7 @@ public interface BasicGUIComponent
        public Rectangle getBounds();
        /**
         * Called when this component is clicked. Relative coordinates of the click are given.
+        * Returns true if this component has to be redrawn.
         */
        public default boolean clicked(double x, double y)
        {