Package | Description |
---|---|
com.googlecode.lanterna.input |
Modifier and Type | Method and Description |
---|---|
MouseActionType |
MouseAction.getActionType()
Returns the mouse action type so the caller can determine which kind of action was performed.
|
static MouseActionType |
MouseActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseActionType[] |
MouseActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MouseAction(MouseActionType actionType,
int button,
TerminalPosition position)
Constructs a MouseAction based on an action type, a button and a location on the screen
|
Copyright © 2016. All rights reserved.