Gets an action which is already associated with given key. If no action was associate with given key, returns null.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
ActionProc GetKeyBind(
	uint keyCode
)
Visual Basic
Function GetKeyBind ( 
	keyCode As UInteger
) As ActionProc

Parameters

keyCode
Type: System..::..UInt32
key code

Return Value

Type: ActionProc

See Also