|
Basic Renderer
|
#include "OSdetect.h"#include <memory>#include "Renderer_GL.h"#include "Logger.h"#include "View.h"#include "Touch.h"Go to the source code of this file.
Classes | |
| class | Input |
| The input class is closely coupled to a view to retrieve actions taken by the user directly from the underlying UIView or window that it concerns. More... | |
Namespaces | |
| bRenderer | |
Typedefs | |
| typedef int | CMMotionManager |
| typedef std::shared_ptr< Input > | InputPtr |
| typedef int CMMotionManager |