Package | Description |
---|---|
bwapi |
Modifier and Type | Method and Description |
---|---|
static MouseButton |
MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton |
MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Game.getMouseState(MouseButton button)
Retrieves the state of the given mouse button.
|
boolean |
Game.getMouseState(MouseButton button)
Retrieves the state of the given mouse button.
|
Copyright © 2022. All rights reserved.