| Index: samples/android_sample/jni/input_service.h
|
| diff --git a/samples/android_sample/jni/input_service.h b/samples/android_sample/jni/input_service.h
|
| deleted file mode 100644
|
| index 329b71dfc3f1a99873615b09dc784f12c18b4ab7..0000000000000000000000000000000000000000
|
| --- a/samples/android_sample/jni/input_service.h
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -#ifndef INPUTSERVICE_H
|
| -#define INPUTSERVICE_H
|
| -
|
| -#include <android_native_app_glue.h>
|
| -#include "jni/input_handler.h"
|
| -#include "jni/types.h"
|
| -#include "jni/vm_glue.h"
|
| -
|
| -class InputService : public InputHandler {
|
| - public:
|
| - InputService(android_app* application,
|
| - VMGlue* vm_glue,
|
| - const int32_t& width,
|
| - const int32_t& height);
|
| -
|
| - public:
|
| - int32_t Start();
|
| - bool OnTouchEvent(AInputEvent* event);
|
| - bool OnKeyEvent(AInputEvent* event);
|
| -
|
| - private:
|
| - android_app* application_;
|
| - VMGlue* vm_glue_;
|
| - const int32_t& width_, &height_;
|
| -};
|
| -
|
| -#endif
|
|
|