mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
I forgot to export love.window.maximize in time for 0.9.2's release. :(
This commit is contained in:
@@ -28,7 +28,6 @@ LOVE 0.9.2 [Baby Inspector]
|
||||
* Added Scancode enums, love.keyboard.getKeyFromScancode, and love.keyboard.getScancodeFromKey.
|
||||
* Added love.window.getDisplayName.
|
||||
* Added love.window.minimize.
|
||||
* Added love.window.maximize.
|
||||
* Added love.window.showMessageBox.
|
||||
* Added 'refreshrate' field to the table returned by love.window.getMode.
|
||||
* Added love.window.toPixels and love.window.fromPixels.
|
||||
|
||||
@@ -516,6 +516,7 @@ static const luaL_Reg functions[] =
|
||||
{ "toPixels", w_toPixels },
|
||||
{ "fromPixels", w_fromPixels },
|
||||
{ "minimize", w_minimize },
|
||||
{ "maximize", w_maximize },
|
||||
{ "showMessageBox", w_showMessageBox },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user