ChaiLove API
0.28.0
|
Provides an interface for modifying and retrieving information about the program's window. More...
Public Member Functions | |
std::string | getTitle () |
Gets the window title. More... | |
window & | setTitle (const std::string &title) |
Sets the window title. More... | |
window & | showMessageBox (const std::string &msg, int frames) |
Display a simple message for a certain amount of frames. More... | |
Provides an interface for modifying and retrieving information about the program's window.
std::string love::window::getTitle | ( | ) |
window& love::window::setTitle | ( | const std::string & | title | ) |
Sets the window title.
title | The new window title. |
window& love::window::showMessageBox | ( | const std::string & | msg, |
int | frames | ||
) |
Display a simple message for a certain amount of frames.
msg | The message text to be displayed. |
frames | (2800) The amount of frames to display the message. |