|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
Class holding Key Press Type for common movements. This allows players to customise keyboard controls for different keyboard types. More...
Public Member Functions | |
| vxKeyBindings () | |
| Initializes a new instance of the T:VerticesEngine.Input.KeyBindings class with the default QWERTY Keyboard Bindings. | |
| vxKeyBindings (KeyboardTypes KeyboardPreset) | |
| Initializes a new instance of the T:VerticesEngine.Input.KeyBindings class with the specified keyboard type. | |
| void | Add (object id, vxKeyBinding NewKeyBinding) |
| Keys | Get (object id) |
| vxKeyBinding | GetBinding (object id) |
Public Attributes | |
| Dictionary< object, vxKeyBinding > | Bindings = new Dictionary<object, vxKeyBinding>() |
Class holding Key Press Type for common movements. This allows players to customise keyboard controls for different keyboard types.
| VerticesEngine.Input.vxKeyBindings.vxKeyBindings | ( | KeyboardTypes | KeyboardPreset | ) |
Initializes a new instance of the T:VerticesEngine.Input.KeyBindings class with the specified keyboard type.
| KeyboardPreset | Keyboard preset. |