Wraith  0.1.5
Basic 3D game engine in C++
KeyRegistrationCommand Class Reference
Inheritance diagram for KeyRegistrationCommand:
Inheritance graph
Collaboration diagram for KeyRegistrationCommand:
Collaboration graph

Public Member Functions

 KeyRegistrationCommand (const KeyRegistrationCommand &)=default
 
KeyRegistrationCommandoperator= (const KeyRegistrationCommand &)=default
 
 KeyRegistrationCommand (KeyRegistrationCommand &&)=default
 
KeyRegistrationCommandoperator= (KeyRegistrationCommand &&)=default
 
 KeyRegistrationCommand (Inputable *, AZUL_KEY, InputEvent)
 
virtual void execute () override
 
- Public Member Functions inherited from SceneRegistrationCommand
 SceneRegistrationCommand (const SceneRegistrationCommand &)=default
 
SceneRegistrationCommandoperator= (const SceneRegistrationCommand &)=default
 
 SceneRegistrationCommand (SceneRegistrationCommand &&)=default
 
SceneRegistrationCommandoperator= (SceneRegistrationCommand &&)=default
 

Private Attributes

Inputable_pInputable
 
AZUL_KEY _key
 
InputEvent _eventType
 

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