NoRenderer..::..TranslateKey Method

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool TranslateKey(
	int scancode,
	ref char character
)
Public Function TranslateKey ( _
	scancode As Integer, _
	ByRef character As Char _
) As Boolean
public:
bool^ TranslateKey(
	int^ scancode, 
	wchar_t^% character
)

Parameters

scancode
Type: Int32
character
Type: Char%