Skip to main content
summaryrefslogtreecommitdiffstats
blob: fde28843f7071c766da3436b874c12f2ae00c219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package org.eclipse.swt.internal.motif;

/*
 * Licensed Materials - Property of IBM,
 * (c) Copyright IBM Corp. 1998, 2000  All Rights Reserved
 */
 
public abstract class XInputEvent extends XWindowEvent {
	public int state;	/* key or button mask */
}

Back to the top