org.gnu.gdk
Class EventMotion
java.lang.Object
org.gnu.glib.Boxed
org.gnu.gdk.EventMotion
- public class EventMotion
- extends Boxed
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EventMotion
public EventMotion(Handle handle)
getWindow
public Window getWindow()
getSendEvent
public boolean getSendEvent()
getTimeMillis
public int getTimeMillis()
getX
public double getX()
getY
public double getY()
getState
public ModifierType getState()
isHint
public boolean isHint()
getDevice
public Device getDevice()
getXRoot
public double getXRoot()
getYRoot
public double getYRoot()
getType
protected static final int getType(Handle obj)
- BEGINNING OF GENERATED CODE
getWindow
protected static final Handle getWindow(Handle obj)
getSendEvent
protected static final boolean getSendEvent(Handle obj)
getTime
protected static final int getTime(Handle obj)
getX
protected static final double getX(Handle obj)
getY
protected static final double getY(Handle obj)
getState
protected static final int getState(Handle obj)
getIsHint
protected static final int getIsHint(Handle obj)
getDevice
protected static final Handle getDevice(Handle obj)
getXRoot
protected static final double getXRoot(Handle obj)
getYRoot
protected static final double getYRoot(Handle obj)