|
Wraith
0.1.5
Basic 3D game engine in C++
|


Public Member Functions | |
| KeyRegistrationCommand (const KeyRegistrationCommand &)=default | |
| KeyRegistrationCommand & | operator= (const KeyRegistrationCommand &)=default |
| KeyRegistrationCommand (KeyRegistrationCommand &&)=default | |
| KeyRegistrationCommand & | operator= (KeyRegistrationCommand &&)=default |
| KeyRegistrationCommand (Inputable *, AZUL_KEY, InputEvent) | |
| virtual void | execute () override |
Public Member Functions inherited from SceneRegistrationCommand | |
| SceneRegistrationCommand (const SceneRegistrationCommand &)=default | |
| SceneRegistrationCommand & | operator= (const SceneRegistrationCommand &)=default |
| SceneRegistrationCommand (SceneRegistrationCommand &&)=default | |
| SceneRegistrationCommand & | operator= (SceneRegistrationCommand &&)=default |
Private Attributes | |
| Inputable * | _pInputable |
| AZUL_KEY | _key |
| InputEvent | _eventType |