Scaleform::GFx::Event Scaleform::GFx::IMEEvent Scaleform::GFx::IMEXBox360Event
class IMEXBox360Event : public IMEEvent;
IMEBox360Event describes the structure that is used to pass information about IME events to the IMEManager on Xbox 360 platform.
Refer to the documentation on the XINPUT_KEYSTROKE structure in the MSDN documentation for detailed information on the data members.
Data Member |
Description |
Pointer to a local XINPUT_KEYSTROKE structure for IME to pass the last keystroke information. | |
The type of event. | |
Flags that indicate the keyboard state at the time of the input event. | |
HID code corresponding to the input. If there is no corresponding HID code, this value is zero. | |
This member is unused and the value is zero. | |
Index of the signed-in gamer associated with the device. Can be a value in the range 0-3. | |
Virtual-key code of the key, button, or stick movement. |
Method |
Description |
IMEXBox360Event constructor. |
GFx_Event.h