| Index: runtime/embedders/openglui/android/android_input_handler.h
|
| ===================================================================
|
| --- runtime/embedders/openglui/android/android_input_handler.h (revision 20570)
|
| +++ runtime/embedders/openglui/android/android_input_handler.h (working copy)
|
| @@ -5,6 +5,7 @@
|
| #ifndef EMBEDDERS_OPENGLUI_ANDROID_ANDROID_INPUT_HANDLER_H_
|
| #define EMBEDDERS_OPENGLUI_ANDROID_ANDROID_INPUT_HANDLER_H_
|
|
|
| +#include "embedders/openglui/android/android_sensor.h"
|
| #include "embedders/openglui/common/graphics_handler.h"
|
| #include "embedders/openglui/common/input_handler.h"
|
|
|
| @@ -25,6 +26,9 @@
|
| return 0;
|
| }
|
|
|
| + void Stop() {
|
| + }
|
| +
|
| private:
|
| GraphicsHandler* graphics_handler_;
|
| };
|
|
|