Uses of Class
com.googlecode.lanterna.input.MouseActionType
-
Packages that use MouseActionType Package Description com.googlecode.lanterna.input -
-
Uses of MouseActionType in com.googlecode.lanterna.input
Fields in com.googlecode.lanterna.input declared as MouseActionType Modifier and Type Field Description private MouseActionType
MouseAction. actionType
Methods in com.googlecode.lanterna.input that return MouseActionType Modifier and Type Method Description MouseActionType
MouseAction. getActionType()
Returns the mouse action type so the caller can determine which kind of action was performed.static MouseActionType
MouseActionType. valueOf(java.lang.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.Constructors in com.googlecode.lanterna.input with parameters of type MouseActionType Constructor Description MouseAction(MouseActionType actionType, int button, TerminalPosition position)
Constructs a MouseAction based on an action type, a button and a location on the screen
-