Definition at line 9 of file SysVideo.h.
Static Public Member Functions | |
| static void | setCaption (const std::string &title) |
|
|
Definition at line 16 of file SysVideo.cpp. 00017 {
00018 SDL_WM_SetCaption(title.c_str(), NULL);
00019 }
|
1.4.2