|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.internal.gtk.GdkEvent
org.eclipse.swt.internal.gtk.GdkEventMotion
public class GdkEventMotion
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 |
---|
public long window
public byte send_event
public int time
public double x
public double y
public long axes
public int state
public short is_hint
public long device
public double x_root
public double y_root
public static final int sizeof
Constructor Detail |
---|
public GdkEventMotion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |