tec::WindowResizedEvent

#include <events.hpp>

Public Attributes

Name
int old_width
int old_height
int new_width
int new_height

Public Attributes Documentation

variable old_width

int old_width {0};

variable old_height

int old_height {0};

variable new_width

int new_width {0};

variable new_height

int new_height {0};

Updated on 2022-07-24 at 19:27:35 +0000