ECSTASY
All in the name
Loading...
Searching...
No Matches
TextEnteredListener.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_INTEGRATIONS_EVENTS_LISTENERS_TEXTENTEREDLISTENER_HPP_
13#define ECSTASY_INTEGRATIONS_EVENTS_LISTENERS_TEXTENTEREDLISTENER_HPP_
14
15#include "EventListeners.hpp"
16
18{
19 struct TextEnteredEvent;
20
23} // namespace ecstasy::integration::event
24
25#endif /* !ECSTASY_INTEGRATIONS_EVENTS_LISTENERS_TEXTENTEREDLISTENER_HPP_ */
Event integration.
Definition Event.hpp:25