ISquidRenderer..::..TranslateKey Method
Translates the key.
Namespace:
SquidAssembly: 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.