| Index: runtime/embedders/openglui/common/input_handler.h
|
| ===================================================================
|
| --- runtime/embedders/openglui/common/input_handler.h (revision 20570)
|
| +++ runtime/embedders/openglui/common/input_handler.h (working copy)
|
| @@ -18,6 +18,8 @@
|
| virtual int OnKeyEvent(KeyEvent event, int64_t when, int32_t key_code,
|
| bool isAltKeyDown, bool isCtrlKeyDown,
|
| bool isShiftKeyDown, int32_t repeat);
|
| + virtual void OnAccelerometerEvent(float x, float y, float z);
|
| +
|
| virtual ~InputHandler() {}
|
|
|
| protected:
|
|
|