struct EE::Window::InputEvent::TextDroppedEvent

Text dropped event

#include <inputevent.hpp>

struct TextDroppedEvent {
    // fields

    const char* text;
};