3#include "PixelBullet/Application/Event.hpp"
18 unsigned int GetWidth()
const
22 unsigned int GetHeight()
const
27 std::string ToString()
const override
30 ss <<
"WindowResizeEvent: " << m_Width <<
", " << m_Height;
34 EVENT_CLASS_TYPE(WindowResize)
35 EVENT_CLASS_CATEGORY(EventCategoryApplication)
37 unsigned int m_Width, m_Height;
45 EVENT_CLASS_TYPE(WindowClose)
46 EVENT_CLASS_CATEGORY(EventCategoryApplication)
54 EVENT_CLASS_TYPE(AppTick)
55 EVENT_CLASS_CATEGORY(EventCategoryApplication)
63 EVENT_CLASS_TYPE(AppUpdate)
64 EVENT_CLASS_CATEGORY(EventCategoryApplication)
72 EVENT_CLASS_TYPE(AppRender)
73 EVENT_CLASS_CATEGORY(EventCategoryApplication)
Definition ApplicationEvent.hpp:68
Definition ApplicationEvent.hpp:50
Definition ApplicationEvent.hpp:59
Definition ApplicationEvent.hpp:41
Definition ApplicationEvent.hpp:10