Uses of Enum Class
com.amalgamasimulation.visualsets.utils.MouseButton
Packages that use MouseButton
-
Uses of MouseButton in com.amalgamasimulation.visualsets.utils
Methods in com.amalgamasimulation.visualsets.utils that return MouseButtonModifier and TypeMethodDescriptionfinal MouseButtonMouseEvent.getButton()Which, if any, of the mouse buttons is responsible for this event.static MouseButtonReturns the enum constant of this class with the specified name.static MouseButton[]MouseButton.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.amalgamasimulation.visualsets.utils with parameters of type MouseButtonModifierConstructorDescriptionMouseEvent(double x, double y, double screenX, double screenY, int clickCount, boolean shiftDown, boolean controlDown, boolean altDown, MouseButton button)