/[libvob]/libvob/doc/pegboard/gl_mouse_modifiers--mudyc/peg.rst
ViewVC logotype

Diff of /libvob/doc/pegboard/gl_mouse_modifiers--mudyc/peg.rst

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

revision 1.4 by tjl, Fri Aug 1 14:37:34 2003 UTC revision 1.5 by tjl, Fri Aug 1 14:46:09 2003 UTC
# Line 72  I suggest an event structure of our own: Line 72  I suggest an event structure of our own:
72      public class VobMouseEvent {      public class VobMouseEvent {
73          public final static int MOUSE_PRESSED;          public final static int MOUSE_PRESSED;
74          public final static int MOUSE_RELEASED;          public final static int MOUSE_RELEASED;
75            public final static int MOUSE_CLICKED;
76            public final static int MOUSE_DRAGGED;
77          public final static int MOUSE_WHEEL;          public final static int MOUSE_WHEEL;
78    
79          public final static int SHIFT_MASK;          public final static int SHIFT_MASK;
80          public final static int CONTROL_MASK;          public final static int CONTROL_MASK;
81          public final static int ALT_MASK;          public final static int ALT_MASK;
82    
83            /** Corresponds to getID in MouseEvent.
84             */
85          public int getType();          public int getType();
86          public int getX();          public int getX();
87          public int getY();          public int getY();

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

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