#include <OpenGUI_Window.h>
Inheritance diagram for OpenGUI::WindowResizeBeginEventArgs:

Public Member Functions | |
| WindowResizeBeginEventArgs (bool sizeHeight, bool revHeight, bool sizeWidth, bool revWidth) | |
| constructor specifies any axis reversals | |
Public Attributes | |
| const bool | sizingHeight |
| are we sizing the height? | |
| const bool | reverseHeight |
| is the height axis reversed? | |
| const bool | sizingWidth |
| are we sizing the width? | |
| const bool | reverseWidth |
| is the width axis reversed? | |
| OpenGUI::WindowResizeBeginEventArgs::WindowResizeBeginEventArgs | ( | bool | sizeHeight, | |
| bool | revHeight, | |||
| bool | sizeWidth, | |||
| bool | revWidth | |||
| ) | [inline] |
constructor specifies any axis reversals
is the height axis reversed?
is the width axis reversed?
are we sizing the height?
are we sizing the width?