diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-30 16:21:04 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-30 16:21:04 +0000 |
commit | 7c6cc25249f708805c4073399b09a17ec7ac32f7 (patch) | |
tree | 16fa4909dca01038a4c11660e4af37677f271698 /vcl/inc | |
parent | 4f989ddb0dc644c46dee97f4656a03fd24813d00 (diff) |
android: add start of keycode mapping
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/android/androidinst.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
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; |