#include "windowEvent.h" WindowEvent::WindowEvent(int id, int e) : windowID(id), event(e) { }