Native implementation of the Keyboard interface using DirectInput
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input Keyboard
DeltaEngine.Input.SlimDX SlimDXKeyboard
Namespace: DeltaEngine.Input.SlimDX
Assembly: DeltaEngine.Input.SlimDX (in DeltaEngine.Input.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SlimDXKeyboard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SlimDXKeyboard | Initializes a new instance of the SlimDXKeyboard class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SlimDXKeyboard (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