ISquidRenderer..::..TranslateKey Method

Translates the key.

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

Syntax


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

Parameters

scancode
Type: Int32
The scancode.
character
Type: Char%
The character.

Return Value

true if XXXX, false otherwise