SFlashCharEvent

Char event sent to flash

C++
struct SFlashCharEvent {
  uint32 m_wCharCode;
  uint8 m_keyboardIndex;
};
File

IFlashPlayer.h

SFlashCharEvent::m_keyboardIndex Data Member
C++
uint8 m_keyboardIndex;
Description

The index of the physical keyboard controller.

SFlashCharEvent::m_wCharCode Data Member
C++
uint32 m_wCharCode;
SFlashCharEvent::SFlashCharEvent Constructor
C++
SFlashCharEvent(uint32 wCharCode, uint8 keyboardIndex = 0);