#include <FBLib_TMSOSDMenu.h>
Data Fields | |
dword | X |
dword | Y |
TYPE_GrData * | pButtonGd |
dword | Color |
char | Text [STDSTRINGSIZE] |
Definition at line 49 of file FBLib_TMSOSDMenu.h.
dword tButtons::Color |
Definition at line 54 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawButtons(), and OSDMenuButtonAdd().
TYPE_GrData* tButtons::pButtonGd |
Definition at line 53 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawButtons(), and OSDMenuButtonAdd().
char tButtons::Text[STDSTRINGSIZE] |
Definition at line 55 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawButtons(), OSDMenuButtonAdd(), and OSDMenuButtonModifyText().
dword tButtons::X |
Definition at line 51 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawButtons(), and OSDMenuButtonAdd().
dword tButtons::Y |
Definition at line 52 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawButtons(), and OSDMenuButtonAdd().