.. index:: pair: class; EE::Scene::TextInputEvent .. _doxid-class_e_e_1_1_scene_1_1_text_input_event: class EE::Scene::TextInputEvent =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class TextInputEvent: public :ref:`EE::Scene::Event` { public: // construction :target:`TextInputEvent`(:ref:`Node`* node, const :ref:`Uint32`& eventNum, const :ref:`Uint32`& chr, const :ref:`Uint32`& timestamp); // methods const :ref:`String::StringBaseType`& :target:`getChar`() const; const :ref:`Uint32`& :target:`getTimestamp`() const; :ref:`String` :target:`getText`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`EventType`; // methods :ref:`Node`* :ref:`getNode`() const; const :ref:`Uint32`& :ref:`getType`() const; const :ref:`Uint32`& :ref:`getCallbackId`() const; const :ref:`MouseEvent`* :ref:`asMouseEvent`() const; const :ref:`KeyEvent`* :ref:`asKeyEvent`() const; const :ref:`DropEvent`* :ref:`asDropEvent`() const; const :ref:`TextEvent`* :ref:`asTextEvent`() const; const TextInputEvent* :ref:`asTextInputEvent`() const; const :ref:`WindowEvent`* :ref:`asWindowEvent`() const; const :ref:`ItemValueEvent`* :ref:`asItemValueEvent`() const; const :ref:`RowCreatedEvent`* :ref:`asRowCreatedEvent`() const; const :ref:`FocusEvent`* :ref:`asFocusEvent`() const;