Page 7 of 7

Re: Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone

Posted: Sun Jan 05, 2025 12:21 am
by marknote
hi SiENcE,

I have looked into this issue. Love2D studio does not do anything special to setMode. But it seems to me, the screen resolution is determined by the iOS, and you cannot dynamically change it using love.window.setMode.
setMode still works, but not in the way as the the desktop. For example, we can
- love.window.setMode(2,1) change to landscape mode
- love.window.setMode(1,2) change to portrait mode

Hope it helps.
SiENcE wrote: Tue Sep 10, 2024 8:14 pm Hi marknote,

Is it possible to change the resolution? It seems to ignore setMode ?!
Also it looks lowres. on my ipad.

Thanks and great Tool!!

Second question: can you hide the X when someone has implemented love.quit or something like this?