![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <SceneInputActions.h>
Public Member Functions | |
InputAction (DELEGATE< void, InputParams > action) | |
void | displayName (const Str< 64 > &name) |
Public Attributes | |
DELEGATE< void, InputParams > | _action |
Str< 64 > | _displayName |
Definition at line 112 of file SceneInputActions.h.
|
explicit |
Definition at line 11 of file SceneInputActions.cpp.
void Divide::InputAction::displayName | ( | const Str< 64 > & | name | ) |
Definition at line 16 of file SceneInputActions.cpp.
DELEGATE<void, InputParams> Divide::InputAction::_action |
Definition at line 115 of file SceneInputActions.h.
Str<64> Divide::InputAction::_displayName |
Definition at line 117 of file SceneInputActions.h.