Hydrogen Framework
1.3.1
|
Public Member Functions | |
InputKeyboardButtonControl (string name, KeyCode key, InputAction action) | |
override void | Capture () |
Additional Inherited Members | |
Public Types inherited from Hydrogen.Peripherals.InputControlBase | |
enum | ControlType { ControlType.KeyboardButton, ControlType.MouseButton, ControlType.Axis, ControlType.DeltaAxis } |
Static Public Member Functions inherited from Hydrogen.Peripherals.InputControlBase | |
static InputControlBase | CreateControl (String name, InputAction action) |
Static Public Attributes inherited from Hydrogen.Peripherals.InputControlBase | |
static readonly Dictionary < String, String > | DeltaAxes |
static readonly Dictionary < String, String > | Axes |
static readonly Dictionary < String, int > | MouseButtons |
static readonly Dictionary < String, KeyCode > | KeyboardButtons |
Protected Member Functions inherited from Hydrogen.Peripherals.InputControlBase | |
InputControlBase (String name, InputAction action) | |
Properties inherited from Hydrogen.Peripherals.InputControlBase | |
string | Name [get, set] |
string | ActionName [get, set] |
InputAction | Action [get, set] |
Definition at line 34 of file InputKeyboardButtonControl.cs.
Hydrogen.Peripherals.InputKeyboardButtonControl.InputKeyboardButtonControl | ( | string | name, |
KeyCode | key, | ||
InputAction | action | ||
) |
Definition at line 40 of file InputKeyboardButtonControl.cs.
|
virtual |
Implements Hydrogen.Peripherals.InputControlBase.
Definition at line 46 of file InputKeyboardButtonControl.cs.