Uses of Class
xyz.cofe.term.common.MouseButton
-
Packages that use MouseButton Package Description xyz.cofe.term.common xyz.cofe.term.common.ev xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of MouseButton in xyz.cofe.term.common
Methods in xyz.cofe.term.common that return MouseButton Modifier and Type Method Description MouseButtonInputMouseButtonEvent. button()Какая клавиша была нажатаstatic MouseButtonMouseButton. valueOf(String name)Returns the enum constant of this type with the specified name.static MouseButton[]MouseButton. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MouseButton in xyz.cofe.term.common.ev
Fields in xyz.cofe.term.common.ev declared as MouseButton Modifier and Type Field Description protected MouseButtonInputMouseButtonEventBase. buttonMethods in xyz.cofe.term.common.ev that return MouseButton Modifier and Type Method Description MouseButtonInputMouseButtonEventBase. button()Constructors in xyz.cofe.term.common.ev with parameters of type MouseButton Constructor Description InputMouseButtonEventBase(MouseButton button, boolean pressed, Position position) -
Uses of MouseButton in xyz.cofe.term.common.nix
Constructors in xyz.cofe.term.common.nix with parameters of type MouseButton Constructor Description NixInputMouseButtonEvent(MouseButton button, boolean pressed, Position position, com.googlecode.lanterna.input.MouseAction event) -
Uses of MouseButton in xyz.cofe.term.common.win
Constructors in xyz.cofe.term.common.win with parameters of type MouseButton Constructor Description WinInputMouseButtonEvent(MouseButton button, boolean pressed, Position position, xyz.cofe.term.win.InputMouseEvent event)
-