Uses of Enum Class
ea.event.MouseButton

Packages that use MouseButton
Package
Description
 
  • Uses of MouseButton in ea.event

    Methods in ea.event that return MouseButton
    Modifier and Type
    Method
    Description
    MouseButton.valueOf(String name)
    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 MouseButton
    Modifier and Type
    Method
    Description
    void
    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.