MCPcopy Create free account
hub / github.com/MyGUI/mygui / setMessageModal

Method setMessageModal

Common/MessageBox/MessageBox.h:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void setMessageModal(bool _value)
166 {
167 if (_value)
168 InputManager::getInstance().addWidgetModal(mMainWidget);
169 else
170 InputManager::getInstance().removeWidgetModal(mMainWidget);
171 }
172
173 /** Static method for creating message with one command
174 @param

Callers 1

createMethod · 0.80

Calls 2

addWidgetModalMethod · 0.80
removeWidgetModalMethod · 0.80

Tested by

no test coverage detected