Begin Repo
This commit is contained in:
10
events/keyEvent.cpp
Normal file
10
events/keyEvent.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "keyEvent.h"
|
||||
|
||||
KeyEvent::KeyEvent(int k, int s, int m, int r, bool p) : key(k), scancode(s), mod(m), repeat(r), pressed(p) {
|
||||
|
||||
}
|
||||
|
||||
KeyTypedEvent::KeyTypedEvent(int w, char* t) : windowID(w), text(t)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user