Uses of Enum Class
codedraw.MouseButton
-
Uses of MouseButton in codedraw
Methods in codedraw that return MouseButtonModifier and TypeMethodDescriptionMouseClickEvent.getMouseButton()Gets the type of mouse button that was pressed to trigger the event.MouseDownEvent.getMouseButton()Gets the type of mouse button that was pressed to trigger the event.MouseUpEvent.getMouseButton()Gets the type of mouse button that was pressed to trigger the 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.