Adding System/EventListener
This commit is contained in:
parent
10198484e7
commit
cd32d0b7c2
3 changed files with 38 additions and 0 deletions
14
source/System/EventListener.cpp
Normal file
14
source/System/EventListener.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include <Spectre/Display/Display.h>
|
||||
#include <Spectre/System/EventListener.h>
|
||||
|
||||
namespace sp {
|
||||
|
||||
void EventListener::onSizeChanged(Display* display, int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
void EventListener::onEvent(const Event& event)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
Loading…
Add table
Add a link
Reference in a new issue