Uses of Enum Class
ea.event.MouseButton
Packages that use MouseButton
-
Uses of MouseButton in ea.event
Methods in ea.event that return MouseButtonModifier and TypeMethodDescriptionstatic MouseButton
Returns 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.Methods in ea.event with parameters of type MouseButtonModifier and TypeMethodDescriptionvoid
MouseClickListener.onMouseDown
(Vector position, MouseButton button) Diese Methode wird bei jedem Klick aufgerufen, unabhängig davon an welcher Position sich die Maus befindet.default void
MouseClickListener.onMouseUp
(Vector position, MouseButton button) Diese Methode wird bei jedem Loslassen einer Maustaste aufgerufen, unabhängig davon an welcher Position sich die Maus befindet.