Char event sent to flash
struct SFlashCharEvent { uint32 m_wCharCode; uint8 m_keyboardIndex; };
IFlashPlayer.h
uint8 m_keyboardIndex;
The index of the physical keyboard controller.
uint32 m_wCharCode;
SFlashCharEvent(uint32 wCharCode, uint8 keyboardIndex = 0);