Package playn.core
Class Event
java.lang.Object
playn.core.Event
- Direct Known Subclasses:
Event.Input
Defines an event abstraction used in various places in PlayN.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The base for all input events.static class
The base for all input events with a screen position. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A flag indicating that the default OS behavior for an event should be prevented. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
F_PREVENT_DEFAULT
public static final int F_PREVENT_DEFAULTA flag indicating that the default OS behavior for an event should be prevented.- See Also:
-
-
Constructor Details
-
Event
public Event()
-