X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fcomponents%2Fgui%2FBasicGUIComponent.java;h=a7212f9842578cf420484761fa93a145dfadd2ac;hb=0cfea6ef89dea8a797708ff685aa2ef9aefd85b9;hp=54384b9f5ba1195b470e56ee6a78ef64b681b9c4;hpb=86d7bc9ea84aa04151da9725164f2b7ab9140fe3;p=Mograsim.git diff --git a/LogicUI/src/era/mi/components/gui/BasicGUIComponent.java b/LogicUI/src/era/mi/components/gui/BasicGUIComponent.java index 54384b9f..a7212f98 100644 --- a/LogicUI/src/era/mi/components/gui/BasicGUIComponent.java +++ b/LogicUI/src/era/mi/components/gui/BasicGUIComponent.java @@ -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) {