Page 1 of 1

t.window.borderless

Posted: Tue Aug 15, 2023 10:24 am
by AntonyOakenfull
Hello,

I am working on a Macbook ( MacOS ). I have gave my project a borderless window ( t.window.borderless = true ) which works great, I want to make my own controls to minimise the window, I have made a button which runs this code " love.window.minimize() ", but on MacOS with a borderless window the minimise code dose not work. I am not sure if this works on Windows.

Has any one done this before? can anyone help please?

Thank you

Re: t.window.borderless

Posted: Tue Aug 15, 2023 10:44 am
by GVovkiv
Can you provide more info? Working code example? Maybe your code is simple fails before minimize() function.


Offtopic, but I find this incredible annoying, when game or program developer trying to hide window decorations and implement their own. Which never will look good and native to system where this game/program is run.

Re: t.window.borderless

Posted: Tue Aug 15, 2023 7:08 pm
by Azzla
Please provide either a .love or a sample of the code that isn't working. Also, you should post requests for help under "Support & Development" in the future.