Prevent window resizing on desktop

Hi! I’m trying to prevent the user from resizing the window manually (i.e. pulling its borders). I’ve been looking for this a lot but couldn’t find any solution. I know it can be done but I don’t know if Haxe/NME/OpenFL can do it. I’d appreciate your help. Thanks!

Try this in your project file:

<window resizable="false" if="desktop" />

Let me know if it helps :smile: