Click or drag to resize

KeyEventManagerRegisterKeyEvent Method

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool RegisterKeyEvent(
	KeyCode key,
	KeyModifiers modifiers,
	string eventType
)

Parameters

key
Type: KeyCode
modifiers
Type: IBM.Watson.DeveloperCloud.UtilitiesKeyModifiers
eventType
Type: SystemString

Return Value

Type: Boolean
See Also