Help with Message Boxes?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
NeedHelp

Help with Message Boxes?

Post by NeedHelp »

Hello,
How do you check if a message box's button was pressed, i.e. a Yes and/or No button? Thanks.
Xandar
Posts: 16
Joined: Mon Nov 28, 2005 9:17 pm
Contact:

Post by Xandar »

EGET_MESSAGEBOX_YES 'Yes' was clicked on a messagebox
EGET_MESSAGEBOX_NO 'No' was clicked on a messagebox
EGET_MESSAGEBOX_OK 'OK' was clicked on a messagebox
EGET_MESSAGEBOX_CANCEL 'Cancel' was clicked on a messagebox
Post Reply