/[classpath]/classpath/java/awt/peer/RobotPeer.java
ViewVC logotype

Diff of /classpath/java/awt/peer/RobotPeer.java

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

revision 1.1 by cbj, Wed Feb 26 02:52:01 2003 UTC revision 1.2 by mkoch, Sun Oct 12 13:53:40 2003 UTC
# Line 42  import java.awt.Rectangle; Line 42  import java.awt.Rectangle;
42    
43  public interface RobotPeer  public interface RobotPeer
44  {  {
45    public void mouseMove (int x, int y);    void mouseMove (int x, int y);
46    public void mousePress (int x);    void mousePress (int x);
47    public void mouseRelease (int x);    void mouseRelease (int x);
48    public void mouseWheel (int x);    void mouseWheel (int x);
49    public void keyPress (int x);    void keyPress (int x);
50    public void keyRelease (int x);    void keyRelease (int x);
51    public int getRGBPixel (int x, int y);    int getRGBPixel (int x, int y);
52    public int[] getRGBPixels (Rectangle r);    int[] getRGBPixels (Rectangle r);
53  } // interface RobotPeer  } // interface RobotPeer
54    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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