Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Input.vxKeyBindings Class Reference

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, vxKeyBindingBindings = new Dictionary<object, vxKeyBinding>()
 

Detailed Description

Class holding Key Press Type for common movements. This allows players to customise keyboard controls for different keyboard types.

Constructor & Destructor Documentation

◆ vxKeyBindings()

VerticesEngine.Input.vxKeyBindings.vxKeyBindings ( KeyboardTypes KeyboardPreset)

Initializes a new instance of the T:VerticesEngine.Input.KeyBindings class with the specified keyboard type.

Parameters
KeyboardPresetKeyboard preset.

The documentation for this class was generated from the following file: