class EE::Scene::TextInputEvent¶
#include <keyevent.hpp> class TextInputEvent: public EE::Scene::Event { public: // construction TextInputEvent(Node* node, const Uint32& eventNum, const Uint32& chr, const Uint32& timestamp); // methods const String::StringBaseType& getChar() const; const Uint32& getTimestamp() const; String getText() const; };
Inherited Members¶
public: // enums enum EventType; // methods Node* getNode() const; const Uint32& getType() const; const Uint32& getCallbackId() const; const MouseEvent* asMouseEvent() const; const KeyEvent* asKeyEvent() const; const DropEvent* asDropEvent() const; const TextEvent* asTextEvent() const; const TextInputEvent* asTextInputEvent() const; const WindowEvent* asWindowEvent() const; const ItemValueEvent* asItemValueEvent() const; const RowCreatedEvent* asRowCreatedEvent() const; const FocusEvent* asFocusEvent() const;