Window Resizing

Previous topic - Next topic

kamakazieturtle

So I really want to be able to re-size the window with the Maximize button and Restore buttons, unfortunately I am no in-line coder. I was hoping someone could either point me in the right direction of where I can learn to achieve this. Or if someone has some spare code I would greatly appreciate it. Either way I am eager to learn this and would also like to be able to re-size with the edges of the window.

MrTAToad

You will need to use C - and its only possible for Windows, assuming GLB_WIN32_MSG returns codes for the minimise and maximise buttons - which it does seem to.

Kitty Hello

I'll have a look if SDL support s this, and see if I can make an option to have windows resizeable.

kamakazieturtle

If it is possible it would be greatly appreciated.