#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 74 of file MyGUI_IBItemInfo.h.
Definition at line 76 of file MyGUI_IBItemInfo.h.
MyGUI::IBNotifyItemData::IBNotifyItemData | ( | size_t | _index, | |
NotifyItem | _notify, | |||
int | _x, | |||
int | _y, | |||
MouseButton | _id | |||
) | [inline] |
Definition at line 84 of file MyGUI_IBItemInfo.h.
MyGUI::IBNotifyItemData::IBNotifyItemData | ( | size_t | _index, | |
NotifyItem | _notify, | |||
KeyCode | _code, | |||
Char | _key | |||
) | [inline] |
Definition at line 87 of file MyGUI_IBItemInfo.h.
MyGUI::IBNotifyItemData::IBNotifyItemData | ( | size_t | _index, | |
NotifyItem | _notify, | |||
KeyCode | _code | |||
) | [inline] |
Definition at line 90 of file MyGUI_IBItemInfo.h.
If Key* notify type - key code, else 0
Definition at line 104 of file MyGUI_IBItemInfo.h.
If Mouse* notify type - mouse button id position, else 0
Definition at line 102 of file MyGUI_IBItemInfo.h.
Item index
Definition at line 94 of file MyGUI_IBItemInfo.h.
If Key* notify type - mouse button id position, else 0
Definition at line 106 of file MyGUI_IBItemInfo.h.
Notify type
Definition at line 96 of file MyGUI_IBItemInfo.h.
If Mouse* notify type - mouse x position, else 0
Definition at line 98 of file MyGUI_IBItemInfo.h.
If Mouse* notify type - mouse y position, else 0
Definition at line 100 of file MyGUI_IBItemInfo.h.