Spectre/System/Event: Adding toString()
This commit is contained in:
parent
66a4011f4b
commit
92f42a08fb
2 changed files with 20 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ public :
|
|||
|
||||
Event(Type type = None);
|
||||
|
||||
std::string toString() const;
|
||||
|
||||
// Helper methods
|
||||
|
||||
static Event createSize(Display *display, int width, int height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue