| Modifier and Type | Class and Description |
|---|---|
static class |
Pointer.Event.Kind
Enumerates the different kinds of pointer event.
|
Event.Input, Event.XY| Modifier and Type | Field and Description |
|---|---|
boolean |
isTouch
Whether this event originated from a touch event.
|
Pointer.Event.Kind |
kind
Whether this event represents a start, move, etc.
|
flags, timeF_PREVENT_DEFAULT| Constructor and Description |
|---|
Event(int flags,
double time,
float x,
float y,
Pointer.Event.Kind kind,
boolean isTouch) |
clearFlag, isAltDown, isCtrlDown, isMetaDown, isSet, isShiftDown, modifierFlags, setFlag, toString, updateFlagpublic final Pointer.Event.Kind kind
public boolean isTouch
public Event(int flags,
double time,
float x,
float y,
Pointer.Event.Kind kind,
boolean isTouch)
Copyright © 2018. All Rights Reserved.