Home
last modified time | relevance | path

Searched refs:ShowMessageBox (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h313 int (*ShowMessageBox) (_THIS, const SDL_MessageBoxData *messageboxdata, int *buttonid); member
A DSDL_video.c3966 if (_this && _this->ShowMessageBox) { in SDL_ShowMessageBox()
3967 retval = _this->ShowMessageBox(_this, messageboxdata, buttonid); in SDL_ShowMessageBox()

Completed in 10 milliseconds