org.eclipse.swt.internal.gtk
Class GdkEventMotion

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkEvent
      extended by org.eclipse.swt.internal.gtk.GdkEventMotion

public class GdkEventMotion
extends GdkEvent


Field Summary
 long axes
           
 long device
           
 short is_hint
           
 byte send_event
           
static int sizeof
           
 int state
           
 int time
           
 long window
           
 double x
           
 double x_root
           
 double y
           
 double y_root
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent
type
 
Constructor Summary
GdkEventMotion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

public long window

send_event

public byte send_event

time

public int time

x

public double x

y

public double y

axes

public long axes

state

public int state

is_hint

public short is_hint

device

public long device

x_root

public double x_root

y_root

public double y_root

sizeof

public static final int sizeof
Constructor Detail

GdkEventMotion

public GdkEventMotion()