Kaydet (Commit) 4994ccd7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

onAppCmd() and onInputEvent() don't exist any more

They were used in the NativeActivity-based coding.

Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e
üst c79fffd1
...@@ -62,9 +62,6 @@ public: ...@@ -62,9 +62,6 @@ public:
// mainloop pieces // mainloop pieces
virtual bool AnyInput( sal_uInt16 nType ); 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, ANativeWindow_Buffer *pBuffer = NULL); void RedrawWindows(ANativeWindow *pWindow, ANativeWindow_Buffer *pBuffer = NULL);
SalFrame *getFocusFrame() const; SalFrame *getFocusFrame() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment