Status of window resizing.
Implicitly converts info bool, so checks like if(input.resized) can be made.
Get the new window height. Can only be called if resized.
Get the new window width. Can only be called if resized.
See Implementation
Status of window resizing.
Implicitly converts info bool, so checks like if(input.resized) can be made.