TheBuzzSaw / XPG

cross-platform gaming
1 stars 0 forks source link

Capture window resize events #5

Open TheBuzzSaw opened 11 years ago

TheBuzzSaw commented 11 years ago

There needs to be a callback for when the window is resized: OnResize. It should pass the window's new width and height. The event should also fire on maximize and restore. In addition, there should be explicit OnMaximize, OnMinimize, and OnRestore events.

TheBuzzSaw commented 11 years ago

Implemented in Linux.

TheBuzzSaw commented 11 years ago

Waiting for Win32 implementation.