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

#include <inputevent.h>

Public Member Functions

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

Public Attributes

int mDeviceID = -1
 Hardware device if of controller. More...
 

Description

Base class for all controller (game-pad / joystick) related events

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

Constructor & Destructor Documentation

◆ ControllerEvent()

ControllerEvent ( int  deviceID)

Member Data Documentation

◆ mDeviceID

int mDeviceID = -1

Hardware device if of controller.