summaryrefslogtreecommitdiffstats
path: root/vcl/inc/android
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-30 16:21:04 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-30 16:21:04 +0000
commit7c6cc25249f708805c4073399b09a17ec7ac32f7 (patch)
tree16fa4909dca01038a4c11660e4af37677f271698 /vcl/inc/android
parentandroid: ask for RGBA visual, and flip images the right way up. (diff)
downloadcore-7c6cc25249f708805c4073399b09a17ec7ac32f7.tar.gz
core-7c6cc25249f708805c4073399b09a17ec7ac32f7.zip
android: add start of keycode mapping
Diffstat (limited to 'vcl/inc/android')
-rw-r--r--vcl/inc/android/androidinst.hxx7
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;