diff --git a/src/java/com/threerings/miso/client/DisplayObjectInfo.java b/src/java/com/threerings/miso/client/DisplayObjectInfo.java index 812852c01..2fb3c5590 100644 --- a/src/java/com/threerings/miso/client/DisplayObjectInfo.java +++ b/src/java/com/threerings/miso/client/DisplayObjectInfo.java @@ -1,5 +1,5 @@ // -// $Id: DisplayObjectInfo.java,v 1.3 2002/09/23 23:07:11 mdb Exp $ +// $Id: DisplayObjectInfo.java,v 1.4 2002/10/16 01:53:57 ray Exp $ package com.threerings.miso.scene; @@ -40,6 +40,16 @@ public class SceneObject this.y = y; } + /** + * Indicate to the scene object that it is being hovered over. + * + * @return true if the object should be repainted. + */ + public boolean setHovered (boolean hovered) + { + return false; + } + // documentation inherited public boolean equals (Object other) {