Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::UserInputEvent Class Reference

Description of a user input event. More...

#include <UserInputEvent.hpp>

Inheritance diagram for castor3d::UserInputEvent:
Inheritance graph
[legend]

Public Member Functions

 UserInputEvent (UserInputEventType type)
 
virtual ~UserInputEvent ()=default
 
UserInputEventType getEventType () const
 

Detailed Description

Description of a user input event.

Author
Sylvain DOREMUS
Date
17/04/2016
Version
0.9.0
Remarks
You may use this one, but prefer using MouseEvent or KeyboardEvent.

Constructor & Destructor Documentation

◆ UserInputEvent()

castor3d::UserInputEvent::UserInputEvent ( UserInputEventType  type)
inlineexplicit

◆ ~UserInputEvent()

virtual castor3d::UserInputEvent::~UserInputEvent ( )
virtualdefault

Member Function Documentation

◆ getEventType()

UserInputEventType castor3d::UserInputEvent::getEventType ( ) const
inline
Returns
The user input event type.

The documentation for this class was generated from the following file: