NAP
Public Member Functions | Public Attributes | List of all members
WindowInputEvent Class Reference

#include <inputevent.h>

Public Member Functions

 WindowInputEvent (int window)
 
- Public Member Functions inherited from Event
virtual ~Event ()=default
 
 Event ()=default
 
 Event (const Event &)=delete
 
Eventoperator= (const Event &)=delete
 

Public Attributes

int mWindow
 Window ID. More...
 

Description

An input event associated with a specific window Most likely mouse, keyboard and touch events

Inheritance diagram for WindowInputEvent:
[legend]
Collaboration diagram for WindowInputEvent:
[legend]

Constructor & Destructor Documentation

◆ WindowInputEvent()

WindowInputEvent ( int  window)

Member Data Documentation

◆ mWindow

int mWindow

Window ID.