#include <inputevent.h>
Public Member Functions | |
| 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 | |
| int | mWindow |
| Window ID. More... | |
An input event associated with a specific window Most likely mouse, keyboard and touch events
| WindowInputEvent | ( | int | window | ) |
| int mWindow |
Window ID.