![]() |
DDraceNetwork Documentation
|
#include <graphics.h>
Public Attributes | |
| const char * | m_pLabel = nullptr |
| bool | m_Confirm = false |
| bool | m_Cancel = false |
Description of a message box popup button.
| bool IGraphics::CMessageBoxButton::m_Cancel = false |
Whether the escape key activates this button.
| bool IGraphics::CMessageBoxButton::m_Confirm = false |
Whether the enter key activates this button.
| const char* IGraphics::CMessageBoxButton::m_pLabel = nullptr |
The label of this button.