| Package | Description |
|---|---|
| org.jline.terminal |
| Modifier and Type | Method and Description |
|---|---|
MouseEvent.Type |
MouseEvent.getType() |
static MouseEvent.Type |
MouseEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseEvent.Type[] |
MouseEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MouseEvent(MouseEvent.Type type,
MouseEvent.Button button,
EnumSet<MouseEvent.Modifier> modifiers,
int x,
int y) |
Copyright © 2020. All rights reserved.