/[libvob]/libvob/org/nongnu/libvob/mouse/RelativeAdapter.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/mouse/RelativeAdapter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mudyc, Mon Aug 18 15:21:52 2003 UTC revision 1.4 by mudyc, Thu Sep 11 15:32:09 2003 UTC
# Line 35  public class RelativeAdapter implements Line 35  public class RelativeAdapter implements
35      protected float multiplier = 1.0f;      protected float multiplier = 1.0f;
36    
37      public void endDrag(int x, int y) {      public void endDrag(int x, int y) {
38          /** endDrag comes when mouse released is done.          doIt(x,y);
          * (mouse clicked is also done...)  
          * ARGH!!  
          */  
         // *NOT* doIt(x,y);  
39      }      }
40      public void startDrag(int x, int y) {      public void startDrag(int x, int y) {
41          x_=x; y_=y;          x_=x; y_=y;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26