GLFWKeyboard ClassDelta Engine Documentation
Native implementation of the Keyboard interface using GLFW
Inheritance Hierarchy

System Object
  DeltaEngine.Entities UpdateBehavior
    DeltaEngine.Input InputDevice
      DeltaEngine.Input Keyboard
        DeltaEngine.Input.GLFW3 GLFWKeyboard

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

public sealed class GLFWKeyboard : Keyboard

The GLFWKeyboard type exposes the following members.

Constructors

  NameDescription
Public methodGLFWKeyboard
Initializes a new instance of the GLFWKeyboard class
Top
Methods

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