From 7c6cc25249f708805c4073399b09a17ec7ac32f7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 30 Jan 2012 16:21:04 +0000 Subject: android: add start of keycode mapping --- vcl/inc/android/androidinst.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vcl/inc/android') diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx index 7372f755c5e2..e947737a68ae 100644 --- a/vcl/inc/android/androidinst.hxx +++ b/vcl/inc/android/androidinst.hxx @@ -54,9 +54,10 @@ public: virtual bool AnyInput( sal_uInt16 nType ); // incoming android event handlers: - void onAppCmd (struct android_app* app, int32_t cmd); - int32_t onInputEvent (struct android_app* app, AInputEvent* event); - void RedrawWindows(ANativeWindow *pWindow); + void onAppCmd (struct android_app* app, int32_t cmd); + int32_t onInputEvent (struct android_app* app, AInputEvent* event); + void RedrawWindows(ANativeWindow *pWindow); + SalFrame *getFocusFrame() const; protected: virtual void DoReleaseYield( int nTimeoutMS ); struct android_app *mpApp; -- cgit v1.2.3