Stores event arguments of a window resize event.
More...
#include <app.hpp>
Inherits LiteFX::EventArgs.
Stores event arguments of a window resize event.
- See also
- App::resize
◆ ResizeEventArgs() [1/3]
LiteFX::ResizeEventArgs::ResizeEventArgs |
( |
int | width, |
|
|
int | height ) |
|
inlinenoexcept |
Creates a new set of window resize event arguments.
- Parameters
-
width | The old window width. |
height | The old window height. |
◆ ResizeEventArgs() [2/3]
◆ ResizeEventArgs() [3/3]
◆ ~ResizeEventArgs()
LiteFX::ResizeEventArgs::~ResizeEventArgs |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ height()
int LiteFX::ResizeEventArgs::height |
( |
| ) |
const |
|
inlinenoexcept |
Returns the new window height.
- Returns
- The new window height.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ width()
int LiteFX::ResizeEventArgs::width |
( |
| ) |
const |
|
inlinenoexcept |
Returns the new window width.
- Returns
- The new window width.