Click or drag to resize

KeyEventManagerUnregisterKeyEvent Method

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

Parameters

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

Return Value

Type: Boolean
See Also