Package | Description |
---|---|
jexer.event |
Events that are generated by both end-user I/O (keyboard/mouse) and other
UI elements (menu/resize).
|
Modifier and Type | Method and Description |
---|---|
TMouseEvent.Type |
TMouseEvent.getType()
Get type.
|
static TMouseEvent.Type |
TMouseEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TMouseEvent.Type[] |
TMouseEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TMouseEvent(TMouseEvent.Type type,
int x,
int y,
int absoluteX,
int absoluteY,
boolean mouse1,
boolean mouse2,
boolean mouse3,
boolean mouseWheelUp,
boolean mouseWheelDown)
Public contructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.