Uses of Enum Class
com.xebisco.yield.Input.MouseButton
Packages that use Input.MouseButton
-
Uses of Input.MouseButton in com.xebisco.yield
Methods in com.xebisco.yield that return Input.MouseButtonModifier and TypeMethodDescriptionstatic Input.MouseButtonReturns the enum constant of this class with the specified name.static Input.MouseButton[]Input.MouseButton.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xebisco.yield with parameters of type Input.MouseButtonModifier and TypeMethodDescriptionbooleanApplication.isMouseButtonPressed(Input.MouseButton mouseButton) Checks if a mouse button is currently pressed. -
Uses of Input.MouseButton in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager that return types with arguments of type Input.MouseButtonModifier and TypeMethodDescriptionPCInputManager.getPressingMouseButtons()This function returns a collection of currently pressing mouse buttons.