#include <windowevent.h>
Public Member Functions | |
| WindowEvent (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 |
Base class for all window related events, only holds the window id
| WindowEvent | ( | int | window | ) |
| int mWindow |