From c4c896c2995f2b74fca322736aa944b28b14a1f6 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Tue, 17 Dec 2024 09:29:47 +0100 Subject: start --- src/crepe/api/Event.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/crepe/api/Event.h') 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 @@ -94,15 +94,6 @@ public: float scroll_delta = 0; }; -/** - * \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. */ -- cgit v1.2.3