function setKeyboardLayout (client-side)
Available since version: 0.3.7.5
Note
Should be called while active game window is focused.
The function sets the active keyboard layout.
Declaration
bool setKeyboardLayout(int hkl)
Parameters
inthkl: a handle to the keyboard layout. You can get it from getKeyboardLayouts function.
Returns bool
true in case of success, otherwise false.