XnaKeyboard ClassDelta Engine Documentation
Native implementation of the Keyboard interface using Xna
Inheritance Hierarchy

System Object
  DeltaEngine.Entities UpdateBehavior
    DeltaEngine.Input InputDevice
      DeltaEngine.Input Keyboard
        DeltaEngine.Input.Xna XnaKeyboard

Namespace: DeltaEngine.Input.Xna
Assembly: DeltaEngine.Input.Xna (in DeltaEngine.Input.Xna.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public sealed class XnaKeyboard : Keyboard

The XnaKeyboard type exposes the following members.

Constructors

  NameDescription
Public methodXnaKeyboard
Initializes a new instance of the XnaKeyboard class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the XnaKeyboard
(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