| Package | Description |
|---|---|
| net.useobjects.frame |
hlavne okno aplikacie
|
| net.useobjects.mouse |
praca s mysou
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MainWindow.isMouseButtonDown(MouseButton mouseButton)
Testovanie, ci je stlacene tlacidlo na mysi
|
| Modifier and Type | Method and Description |
|---|---|
static MouseButton |
MouseButton.buttonByCode(int code) |
static MouseButton |
MouseButton.valueOf(java.lang.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.
|