Sets or removes key-bind entry. Note that giving null to action will remove the key-bind.

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

Syntax

C#
void SetKeyBind(
	uint keyCode,
	ActionProc action
)
Visual Basic
Sub SetKeyBind ( 
	keyCode As UInteger,
	action As ActionProc
)

Parameters

keyCode
Type: System..::..UInt32
key code to set/remove new action
action
Type: Sgry.Azuki..::..ActionProc
action to be associated or null in case of removing key-bind.

See Also