[idea]multiple windows

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

[idea]multiple windows

Post by qaisjp »

Would you like functions like these?
Where can you submit feature requests?

Code: Select all

window=love.windows.createWindow(x, y, w, h)
normalWindow = love.windows.getMasterWindow()
window:setPosition()
window:setMode()
love.windows.setActive(window)
window:setFrameless()
love.windows.setActiveWindow(window) -- make drawing draw to this window from now on
window:setActive() -- same as above
window:setFocused() -- brings window to front and focuses it
Lua is not an acronym.
User avatar
Boolsheet
Inner party member
Posts: 780
Joined: Wed Dec 29, 2010 4:57 am
Location: Switzerland

Re: [idea]multiple windows

Post by Boolsheet »

When SDL 2.0 gets released and LÖVE actually adopts it, these features will probably get implemented. The current SDL can't do it or it's really tedious to use.

Oh, and the issue tracker is the place where you can submit suggestions and such.
Shallow indentations.
User avatar
TylertheDesigner
Citizen
Posts: 80
Joined: Sat Apr 10, 2010 2:27 am

Re: [idea]multiple windows

Post by TylertheDesigner »

I was actually about to post requesting the same thing!
Is there a way to create a workaround that does this? Perhaps it could use threads or the application can open new instances of Love internally?
Any thoughts from other developers on this?
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Semrush [Bot] and 95 guests