fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] libvob/org/nongnu/libvob/buoy BuoyViewMainNode....


From: Matti Katila
Subject: [ff-cvs] libvob/org/nongnu/libvob/buoy BuoyViewMainNode....
Date: Sun, 17 Aug 2003 07:33:09 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/17 07:33:09

Modified files:
        org/nongnu/libvob/buoy: BuoyViewMainNode.java 

Log message:
        method name and parameters change.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java
diff -u libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java:1.5 
libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java:1.6
--- libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java:1.5     Sat Aug  2 
04:28:47 2003
+++ libvob/org/nongnu/libvob/buoy/BuoyViewMainNode.java Sun Aug 17 07:33:09 2003
@@ -52,13 +52,14 @@
      * This method is needed because the "into" coordsys given to renderMain
      * is instructive, not mandatory. For example, fisheye views can easily 
stray beyond
      * the edges of "into".
-     * @param e The mouse event
      * @param oldVobScene The vob scene
+     * @param x The mouse event's x point.
+     * @param y The mouse event's y point.
      * @param zout If non-null, the window z coord of the hit will be stored 
here.
      *             If some main nodes overlap, this can be used to determine
      *             which got the eventm
      */
-    boolean mouseClickHit(VobMouseEvent e, VobScene oldVobScene, float[] zout);
+    boolean hasMouseHit(VobScene oldVobScene, int x, int y, float[] zout);
 
     /** A mouse event was not interpreted to the buoy framework and is
      * passed to this node as the main buoy.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]