#include <GameWindow.h>
Public Attributes | |
| GameWinMsgBoxFunc | yesCallback |
| Function pointer to the Yes Button Callback. | |
| GameWinMsgBoxFunc | noCallback |
| Function pointer to the No Button Callback. | |
| GameWinMsgBoxFunc | okCallback |
| Function pointer to the Ok Button Callback. | |
| GameWinMsgBoxFunc | cancelCallback |
| Function pointer to the Cancel Button Callback. | |
Data attached to each Message box window
Definition at line 206 of file GameWindow.h.
| GameWinMsgBoxFunc WindowMessageBoxData::cancelCallback |
Function pointer to the Cancel Button Callback.
Definition at line 211 of file GameWindow.h.
| GameWinMsgBoxFunc WindowMessageBoxData::noCallback |
Function pointer to the No Button Callback.
Definition at line 209 of file GameWindow.h.
| GameWinMsgBoxFunc WindowMessageBoxData::okCallback |
Function pointer to the Ok Button Callback.
Definition at line 210 of file GameWindow.h.
| GameWinMsgBoxFunc WindowMessageBoxData::yesCallback |
Function pointer to the Yes Button Callback.
Definition at line 208 of file GameWindow.h.