SlimDXKeyboard ClassDelta Engine Documentation
Native implementation of the Keyboard interface using DirectInput
Inheritance Hierarchy

System Object
  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

public sealed class SlimDXKeyboard : Keyboard

The SlimDXKeyboard type exposes the following members.

Constructors

  NameDescription
Public methodSlimDXKeyboard
Initializes a new instance of the SlimDXKeyboard class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the SlimDXKeyboard
(Overrides InputDevice Dispose .)
Public methodGetKeyState (Inherited from Keyboard.)
Public methodHandleInput (Inherited from Keyboard.)
Public methodUpdate (Inherited from Keyboard.)
Protected methodUpdateKeyStates (Overrides Keyboard UpdateKeyStates .)
Top
Fields

  NameDescription
Protected fieldkeyboardStates (Inherited from Keyboard.)
Protected fieldnewlyPressedKeys (Inherited from Keyboard.)
Top
Properties

  NameDescription
Public propertyIsAvailable (Inherited from Keyboard.)
Protected propertyIsCapsLocked (Overrides Keyboard IsCapsLocked.)
Top
See Also