Searched refs:ShowMessageBox (Results 1 – 3 of 3) sorted by relevance
284 int (*ShowMessageBox) (_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid); member
3664 if (_this && _this->ShowMessageBox) { in SDL_ShowMessageBox()3665 retval = _this->ShowMessageBox(_this, messageboxdata, buttonid); in SDL_ShowMessageBox()
219 device->ShowMessageBox = NULL; in MIR_CreateDevice()