MyGUI
3.2.1
|
#include <MyGUI_IBItemInfo.h>
Public Types | |
enum | NotifyItem { MousePressed, MouseReleased, KeyPressed, KeyReleased } |
Public Member Functions | |
IBNotifyItemData (size_t _index, NotifyItem _notify, int _x, int _y, MouseButton _id) | |
IBNotifyItemData (size_t _index, NotifyItem _notify, KeyCode _code, Char _key) | |
IBNotifyItemData (size_t _index, NotifyItem _notify, KeyCode _code) | |
Data Fields | |
size_t | index |
NotifyItem | notify |
int | x |
int | y |
MouseButton | id |
KeyCode | code |
Char | key |
Definition at line 58 of file MyGUI_IBItemInfo.h.
Enumerator | |
---|---|
MousePressed | |
MouseReleased | |
KeyPressed | |
KeyReleased |
Definition at line 60 of file MyGUI_IBItemInfo.h.
|
inline |
Definition at line 68 of file MyGUI_IBItemInfo.h.
|
inline |
Definition at line 79 of file MyGUI_IBItemInfo.h.
|
inline |
Definition at line 90 of file MyGUI_IBItemInfo.h.
KeyCode MyGUI::IBNotifyItemData::code |
If Key* notify type - key code, else 0
Definition at line 112 of file MyGUI_IBItemInfo.h.
MouseButton MyGUI::IBNotifyItemData::id |
If Mouse* notify type - mouse button id position, else 0
Definition at line 110 of file MyGUI_IBItemInfo.h.
size_t MyGUI::IBNotifyItemData::index |
Item index
Definition at line 102 of file MyGUI_IBItemInfo.h.
Char MyGUI::IBNotifyItemData::key |
If Key* notify type - mouse button id position, else 0
Definition at line 114 of file MyGUI_IBItemInfo.h.
NotifyItem MyGUI::IBNotifyItemData::notify |
Notify type
Definition at line 104 of file MyGUI_IBItemInfo.h.
int MyGUI::IBNotifyItemData::x |
If Mouse* notify type - mouse x position, else 0
Definition at line 106 of file MyGUI_IBItemInfo.h.
int MyGUI::IBNotifyItemData::y |
If Mouse* notify type - mouse y position, else 0
Definition at line 108 of file MyGUI_IBItemInfo.h.