Uses of Enum
org.aesh.terminal.tty.MouseEvent.Type
Packages that use MouseEvent.Type
-
Uses of MouseEvent.Type in org.aesh.terminal.tty
Subclasses with type arguments of type MouseEvent.Type in org.aesh.terminal.ttyMethods in org.aesh.terminal.tty that return MouseEvent.TypeModifier and TypeMethodDescriptionMouseEvent.type()Returns the event type.static MouseEvent.TypeReturns the enum constant of this type with the specified name.static MouseEvent.Type[]MouseEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.aesh.terminal.tty with parameters of type MouseEvent.TypeModifierConstructorDescriptionMouseEvent(MouseEvent.Type type, MouseEvent.Button button, int x, int y, boolean shift, boolean alt, boolean ctrl) Creates a new mouse event.