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