diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-06 09:24:20 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-06 09:24:20 +0100 |
commit | 5835e478ff8c9417b5b12c8fe2e21cc0311991be (patch) | |
tree | b89c3924637dbb5c1bcb761d501f13f2ee6a8750 /src/crepe/api/Event.h | |
parent | 9cd9e3674d8b1c326c81b7896b9254408fb19972 (diff) | |
parent | 453aeafda1503aeafa54b8f6e293936c1a3db5ea (diff) |
Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r-- | src/crepe/api/Event.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index 6298118..f2f3daf 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -112,10 +112,6 @@ public: //! scroll amount in y axis (from and away from the person). float scroll_delta = 0; }; -/** - * \brief Event triggered during a collision between objects. - */ -class CollisionEvent : public Event {}; /** * \brief Event triggered when text is submitted, e.g., from a text input. |