diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 09:29:47 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 09:29:47 +0100 |
commit | c4c896c2995f2b74fca322736aa944b28b14a1f6 (patch) | |
tree | a0c3e347bf3227140d67ace685ee18b5b64b4a75 /src/crepe/api/Event.h | |
parent | 093493d1ecc082672d80707c31bd95a5175ab2ce (diff) |
start
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r-- | src/crepe/api/Event.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index 73bf461..b0dd931 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -95,15 +95,6 @@ public: }; /** - * \brief Event triggered when text is submitted, e.g., from a text input. - */ -class TextSubmitEvent : public Event { -public: - //! The submitted text. - std::string text = ""; -}; - -/** * \brief Event triggered to indicate the application is shutting down. */ class ShutDownEvent : public Event {}; |