1
0
Fork 0

Spectre/System/Event: Adding toString()

This commit is contained in:
Henrik Hautakoski 2020-12-05 15:19:18 +01:00
parent 66a4011f4b
commit 92f42a08fb
2 changed files with 20 additions and 0 deletions

View file

@ -58,6 +58,8 @@ public :
Event(Type type = None);
std::string toString() const;
// Helper methods
static Event createSize(Display *display, int width, int height);