DualFrameStateWrapper
Description
This is a class that stores the input states of two separate frames in order to compare them
and determine if a sudden change (e.g. a button having only just been pressed) has taken place.
DualFrameStateWrapper |
- - currentState : StateWrapper
- - previousState : StateWrapper
- CurrentPacketNumber : uint (Property with public getter and no setter)
|
- + DualFrameStateWrapper(firstState : StateWrapper)
- + AppendState(newState : StateWrapper) : void
- + ButtonDown(cb : ControllerButton) : bool
- - CheckConnection() : void
- + GetAxis(axis : Axis) : float
|