WindowEvents

This commit is contained in:
2025-04-19 15:08:39 -05:00
parent 600d0f3c81
commit 87afa3a0ec
5 changed files with 289 additions and 5 deletions

View File

@@ -9,7 +9,9 @@ namespace Archimedes {
public:
virtual ~Event() {}
virtual ~Event() {
std::cout << (std::string)*this;
}
virtual operator std::string() const = 0;