org.gnu.gdk
Class EventButton

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.gdk.EventButton

public class EventButton
extends Boxed


Constructor Summary
EventButton(int handle)
           
 
Method Summary
 int getButton()
           
 int getType()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventButton

public EventButton(int handle)
Method Detail

getButton

public int getButton()

getX

public double getX()

getY

public double getY()

getType

public int getType()

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net