mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Added love.window.maximize (resolves issue #966.)
This commit is contained in:
@@ -418,6 +418,12 @@ int w_minimize(lua_State* /*L*/)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int w_maximize(lua_State *)
|
||||
{
|
||||
instance()->maximize();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int w_showMessageBox(lua_State *L)
|
||||
{
|
||||
Window::MessageBoxData data = {};
|
||||
|
||||
Reference in New Issue
Block a user