Package org.eclipse.swt.internal.gtk3
Class GdkEventKey
- java.lang.Object
-
- org.eclipse.swt.internal.gtk3.GdkEvent
-
- org.eclipse.swt.internal.gtk3.GdkEventKey
-
public class GdkEventKey extends GdkEvent
-
-
Field Summary
Fields Modifier and Type Field Description byte
group
short
hardware_keycode
int
is_modifier
int
keyval
int
length
byte
send_event
static int
sizeof
int
state
long
string
int
time
long
window
-
Constructor Summary
Constructors Constructor Description GdkEventKey()
-
-
-
Field Detail
-
window
public long window
-
send_event
public byte send_event
-
time
public int time
-
state
public int state
-
keyval
public int keyval
-
length
public int length
-
string
public long string
-
hardware_keycode
public short hardware_keycode
-
group
public byte group
-
is_modifier
public int is_modifier
-
sizeof
public static final int sizeof
-
-