spellcheck

This commit is contained in:
2025-05-05 13:19:24 -05:00
parent f35c58d3d6
commit 7b4f8e5579

View File

@@ -114,6 +114,7 @@ namespace Archimedes {
MouseButtonReleasedWindowEvent() : button(0) {} MouseButtonReleasedWindowEvent() : button(0) {}
MouseButtonReleasedWindowEvent(unsigned int b) : button(b) {} MouseButtonReleasedWindowEvent(unsigned int b) : button(b) {}
MouseButtonReleasedWindowEvent(unsigned int b, std::any userData) : Event(userData), button(b) {}
~MouseButtonReleasedWindowEvent() { ~MouseButtonReleasedWindowEvent() {