Native implementation of the Keyboard interface using DirectInput.
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Keyboard
DeltaEngine.Input.SharpDX SharpDXKeyboard
Namespace: DeltaEngine.Input.SharpDX
Assembly: DeltaEngine.Input.SharpDX (in DeltaEngine.Input.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SharpDXKeyboard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharpDXKeyboard | Initializes a new instance of the SharpDXKeyboard class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SharpDXKeyboard (Overrides InputDevice Dispose .) | |
GetKeyState | (Inherited from Keyboard.) | |
HandleInput | (Inherited from Keyboard.) | |
Update | (Inherited from Keyboard.) | |
UpdateKeyStates | (Overrides Keyboard UpdateKeyStates .) |
Fields
Name | Description | |
---|---|---|
keyboardStates | (Inherited from Keyboard.) | |
newlyPressedKeys | (Inherited from Keyboard.) |
Properties
Name | Description | |
---|---|---|
IsAvailable | (Inherited from Keyboard.) | |
IsCapsLocked | (Overrides Keyboard IsCapsLocked.) |
See Also