Arcade
|
Peripheral providing an interface with the BudgetBoy controls hardware. More...
Protected Member Functions | |
override void | OnInitialize () |
Protected Member Functions inherited from GameAPI.ControlsBase< TGame, TImplementation > | |
override void | OnSerializeSetup (Stream stream) |
override void | OnSerializeFrame (Stream stream) |
override void | OnDeserializeFrame (Stream stream) |
virtual void | OnSetCursorVisibility () |
Button | AddButton (params string[] idents) |
Axis | AddAxis (params string[] idents) |
Axis2 | AddAxis2 (Axis x, Axis y) |
Axis2 | AddCursor (RectF range) |
override void | OnStartControlling () |
override void | OnStopControlling () |
override void | OnUpdateFrame (double dt) |
Protected Member Functions inherited from GameAPI.Peripheral< TGame, TProvider, TImplementation > | |
virtual void | OnAttachImplementation () |
Protected Member Functions inherited from GameAPI.Peripheral | |
void | ClearFrameWriter () |
virtual void | OnRegisterResourceTypes (ResourceManager library) |
virtual void | OnLoadResources (Resources volume) |
virtual void | OnReset () |
virtual void | OnDeserializeSetup (Stream stream) |
virtual void | OnCopyFrame (Stream stream) |
Properties | |
Button | A [get] |
Primary button. More... | |
Button | B [get] |
Secondary button. More... | |
Button | Start [get] |
Start button. More... | |
Button | Select [get] |
Select button. More... | |
Axis2 | Analog [get] |
Combined analog stick axes. More... | |
Axis2 | LeftAnalog [get] |
Left analog stick axes. More... | |
Axis2 | RightAnalog [get] |
Right analog stick axes. More... | |
Axis2 | Cursor [get] |
Mouse cursor axes with each component in the range [-1, 1]. More... | |
Axis2 | CursorRelative [get] |
Mouse cursor axes with each component in the range [0, 1]. More... | |
Vector2F | CursorPosition [get] |
Mouse cursor screen position. More... | |
Properties inherited from GameAPI.ControlsBase< TGame, TImplementation > | |
override bool | ShouldUpdate [get] |
bool | IsCursorVisible [get, set] |
Properties inherited from GameAPI.Peripheral< TGame, TProvider, TImplementation > | |
virtual bool | ShouldUpdate [get] |
Properties inherited from GameAPI.Peripheral | |
BinaryWriter | FrameWriter [get] |
Additional Inherited Members | |
Public Member Functions inherited from GameAPI.Peripheral< TGame, TProvider, TImplementation > | |
override void | Dispose () |
Peripheral providing an interface with the BudgetBoy controls hardware.
|
inlineprotectedvirtual |
Reimplemented from GameAPI.Peripheral< TGame, TProvider, TImplementation >.
|
get |
Primary button.
|
get |
Combined analog stick axes.
|
get |
Secondary button.
|
get |
Mouse cursor axes with each component in the range [-1, 1].
|
get |
Mouse cursor screen position.
|
get |
Mouse cursor axes with each component in the range [0, 1].
|
get |
Left analog stick axes.
|
get |
Right analog stick axes.
|
get |
Select button.
|
get |
Start button.