public abstract class Event
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Input
The base for all input events.
|
static class |
Event.XY
The base for all input events with a screen position.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
F_PREVENT_DEFAULT
A flag indicating that the default OS behavior for an event should be prevented.
|
| Constructor and Description |
|---|
Event() |
public static final int F_PREVENT_DEFAULT
Copyright © 2018. All Rights Reserved.