#include <inputevent.h>
Public Member Functions | |
| TextInputEvent (const std::string &text, int window) | |
Public Member Functions inherited from WindowInputEvent | |
| WindowInputEvent (int window) | |
Public Member Functions inherited from Event | |
| virtual | ~Event ()=default |
| Event ()=default | |
| Event (const Event &)=delete | |
| Event & | operator= (const Event &)=delete |
Public Attributes | |
| std::string | mText |
| text input More... | |
Public Attributes inherited from WindowInputEvent | |
| int | mWindow |
| Window ID. More... | |
Input event that holds a block of text
| TextInputEvent | ( | const std::string & | text, |
| int | window | ||
| ) |
| std::string mText |
text input