mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
@@ -367,7 +367,8 @@ function love.init()
|
||||
minheight = c.window.minheight,
|
||||
borderless = c.window.borderless,
|
||||
centered = c.window.centered,
|
||||
display = c.window.display,
|
||||
displayindex = c.window.displayindex,
|
||||
display = c.window.display, -- deprecated
|
||||
highdpi = c.window.highdpi, -- deprecated
|
||||
usedpiscale = c.window.usedpiscale,
|
||||
x = c.window.x,
|
||||
|
||||
Reference in New Issue
Block a user