Uses of Enum
com.googlecode.lanterna.input.MouseActionType
Packages that use MouseActionType
-
Uses of MouseActionType in com.googlecode.lanterna.input
Fields in com.googlecode.lanterna.input declared as MouseActionTypeMethods in com.googlecode.lanterna.input that return MouseActionTypeModifier and TypeMethodDescriptionMouseAction.getActionType()Returns the mouse action type so the caller can determine which kind of action was performed.static MouseActionTypeReturns 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 MouseActionTypeModifierConstructorDescriptionMouseAction(MouseActionType actionType, int button, TerminalPosition position) Constructs a MouseAction based on an action type, a button and a location on the screen