I searched the forum but couldn't find any answers. Is there a way to make a program in windowed mode that can be maximized and even adjusted in the bottom right corner?
You would have to change the window atrributes using SetWindowLong (or equivilent) in Windows - to do this you need to use INLINE code.
For other platforms, it may be possible, but, especially for Linux, would be rather hard.
So I was dreading, haha. Thanks for the reply.