summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/internal/photon/PhPointerEvent_t.java
blob: 9240762c20d74142fae4661637e0c2eeaa33efd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package org.eclipse.swt.internal.photon;

/*
 * Licensed Materials - Property of IBM,
 * (c) Copyright IBM Corp. 1998, 2001  All Rights Reserved
 */

public class PhPointerEvent_t {
//	public PhPoint_t pos;
	public short pos_x;
	public short pos_y;
	public short buttons;
	public short button_state;	
	public byte click_count;	
	public byte flags;	
	public short z;	
	public int key_mods;
	public int zero;
	public static final int sizeof = 20;
}