Event arguments for text editing events. More...
#include <ofxOuiTextInput.hpp>
Public Member Functions | |
| TextInputEvent (TextInput *sender_, string text_) | |
Public Attributes | |
| TextInput * | sender |
| pointer to the sender component More... | |
| string | text |
Event arguments for text editing events.
| ofxOui::TextInput::TextInputEvent::TextInputEvent | ( | TextInput * | sender_, |
| string | text_ | ||
| ) |
| TextInput* ofxOui::TextInput::TextInputEvent::sender |
pointer to the sender component
| string ofxOui::TextInput::TextInputEvent::text |