public class RawEvent extends DataObject
Modifier and Type | Field and Description |
---|---|
Object |
context |
static int |
CUSTOM_EVENT |
protected Object |
data |
int |
height |
static int |
INTERPROCESS_EVENT |
boolean |
inUse |
int |
key |
static int |
KEY_EVENT |
int |
modifiers |
static int |
PAINT_EVENT |
static int |
POINTER_EVENT |
int |
rawEventType |
static int |
RESIZE_EVENT |
static int |
SIP_EVENT |
WindowSurface |
surface |
int |
surfaceEventType |
static int |
TASKBAR_ICON_EVENT |
static int |
TEXT_EVENT |
int |
width |
static int |
WINDOW_EVENT |
int |
x |
int |
y |
Constructor and Description |
---|
RawEvent() |
Modifier and Type | Method and Description |
---|---|
void |
cached() |
SurfaceEvent |
convertToReusableSurfaceEvent(Object reusableEvents) |
SurfaceEvent |
convertToSurfaceEvent() |
SurfaceEvent |
convertToSurfaceEvent(SurfaceEvent destination) |
void |
copyFrom(Object other)
Copy all appropriate data from another object.
|
static Object |
createReusableEvents() |
String |
toString()
Return a String representation of this object.
|
RawEvent |
zero() |
_getFieldType, _getSetField, cache, compareTo, copied, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public static final int PAINT_EVENT
public static final int RESIZE_EVENT
public static final int KEY_EVENT
public static final int POINTER_EVENT
public static final int WINDOW_EVENT
public static final int INTERPROCESS_EVENT
public static final int SIP_EVENT
public static final int TEXT_EVENT
public static final int CUSTOM_EVENT
public static final int TASKBAR_ICON_EVENT
public int rawEventType
public int surfaceEventType
public int x
public int y
public int width
public int height
public int key
public int modifiers
protected Object data
public WindowSurface surface
public boolean inUse
public Object context
public void copyFrom(Object other)
DataUnit
copyFrom
in interface DataUnit
copyFrom
in class DataObject
public String toString()
Object
public static Object createReusableEvents()
public RawEvent zero()
public SurfaceEvent convertToReusableSurfaceEvent(Object reusableEvents)
public SurfaceEvent convertToSurfaceEvent(SurfaceEvent destination)
public SurfaceEvent convertToSurfaceEvent()
public void cached()