19 #ifndef MIR_INPUT_ANDROID_INPUT_APPLICATION_HANDLE_H_
20 #define MIR_INPUT_ANDROID_INPUT_APPLICATION_HANDLE_H_
22 #include <InputApplication.h>
26 namespace droidinput = android;
37 class InputApplicationHandle :
public droidinput::InputApplicationHandle
40 InputApplicationHandle(std::shared_ptr<input::Surface>
const& surface);
41 ~InputApplicationHandle() {}
46 InputApplicationHandle(InputApplicationHandle
const&) =
delete;
47 InputApplicationHandle& operator=(InputApplicationHandle
const&) =
delete;
50 std::shared_ptr<input::Surface> surface;
57 #endif // MIR_INPUT_ANDROID_INPUT_APPLICATION_HANDLE_H_