UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
module.h
Go to the documentation of this file.
1 #ifndef UGDK_INPUT_MODULE_H_
2 #define UGDK_INPUT_MODULE_H_
3 
4 #include <ugdk/input/manager.h>
5 
6 namespace ugdk {
7 namespace input {
8 
10 bool Initialize(Manager* manager);
11 
13 void Release();
14 
16 Manager* manager();
17 
18 } // namespace input
19 } // namespace ugdk
20 
21 #endif // UGDK_INPUT_MODULE_H_
void Release()
Releases the module, disabling it.
Definition: animation.h:11
Manager * manager()
Getter for the manager of the module.
bool Initialize(Manager *manager)
Initializes the module with the given Manager.