Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d |
Modifier and Type | Method and Description |
---|---|
InputEvent.Type |
InputEvent.getType()
The type of input event.
|
static InputEvent.Type |
InputEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputEvent.Type[] |
InputEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InputEvent.setType(InputEvent.Type type) |