Class WindowResizeEvent

Inheritance Relationships

Base Type

  • public Event

Class Documentation

class WindowResizeEvent : public Event

Public Functions

inline WindowResizeEvent(const size_t width, const size_t height)
inline size_t get_width() const
inline size_t get_height() const
inline std::string to_string() const override

Public Members

EVENT_CLASS_TYPE(WindowResize) EVENT_CLASS_CATEGORY(Window) private size_t height