|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.events.InputEvent
org.jagatoo.input.events.ControllerEvent
org.jagatoo.input.events.ControllerButtonEvent
org.jagatoo.input.events.ControllerButtonReleasedEvent
public class ControllerButtonReleasedEvent
Stores the details associated with a controller event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jagatoo.input.events.ControllerEvent |
|---|
ControllerEvent.SubType |
| Nested classes/interfaces inherited from class org.jagatoo.input.events.InputEvent |
|---|
InputEvent.Type |
| Field Summary |
|---|
| Fields inherited from class org.jagatoo.input.events.ControllerButtonEvent |
|---|
button |
| Constructor Summary | |
|---|---|
ControllerButtonReleasedEvent()
Creates a ControllerButtonReleasedEvent with default values. |
|
ControllerButtonReleasedEvent(Controller controller,
ControllerButton button,
long when,
long lastWhen)
Create a new event. |
|
| Method Summary | |
|---|---|
void |
set(ControllerButtonReleasedEvent e)
Sets the fields of this ControllerButtonReleasedEvent to match the given event. |
void |
set(Controller controller,
ControllerButton button,
long when,
long lastWhen)
|
java.lang.String |
toString()
|
| Methods inherited from class org.jagatoo.input.events.ControllerButtonEvent |
|---|
getButton, getButtonBooleanState, getButtonState, set, set |
| Methods inherited from class org.jagatoo.input.events.ControllerEvent |
|---|
getController, getSubType, set, set |
| Methods inherited from class org.jagatoo.input.events.InputEvent |
|---|
getComponent, getLastWhen, getType, getWhen, set, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerButtonReleasedEvent()
public ControllerButtonReleasedEvent(Controller controller,
ControllerButton button,
long when,
long lastWhen)
controller - button - when - lastWhen - | Method Detail |
|---|
public java.lang.String toString()
toString in class ControllerButtonEventInputEvent as a String.
public void set(Controller controller,
ControllerButton button,
long when,
long lastWhen)
controller - button - when - lastWhen - public void set(ControllerButtonReleasedEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||