Click or drag to resize

KeyEventManager Class

This class handles key presses and will sent events and/or invoke a delegate when a key is pressed.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          IBM.Watson.DeveloperCloud.UtilitiesKeyEventManager

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class KeyEventManager : MonoBehaviour

The KeyEventManager type exposes the following members.

Constructors
  NameDescription
Public methodKeyEventManager
Initializes a new instance of the KeyEventManager class
Top
Properties
  NameDescription
Public propertyActive
Set/Get the active state of this manager.
Public propertyStatic memberInstance
The current instance of the DebugConsole.
Top
Methods
  NameDescription
Public methodRegisterKeyEvent
Register a key event.
Public methodUnregisterKeyEvent
Unregister a key event.
Top
See Also