From fada3a829188294df580d5e59765114aa4a155b2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 24 Mar 2018 17:08:25 +0000 Subject: Android: Rough, verz rough kezboard handling. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12794 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Screen_Driver.H | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.H') diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.H b/src/drivers/Android/Fl_Android_Screen_Driver.H index a228641a2..59cec5462 100644 --- a/src/drivers/Android/Fl_Android_Screen_Driver.H +++ b/src/drivers/Android/Fl_Android_Screen_Driver.H @@ -42,7 +42,7 @@ private: int handle_queued_events(double time_to_wait); int handle_app_command(); int handle_input_event(); - int handle_keyboard_event(AInputEvent*); + int handle_keyboard_event(AInputQueue*, AInputEvent*); int handle_mouse_event(AInputQueue*, AInputEvent*); public: @@ -53,6 +53,12 @@ public: int has_timeout(Fl_Timeout_Handler cb, void *argp); void remove_timeout(Fl_Timeout_Handler cb, void *argp); + virtual int compose(int &del) override; + + virtual void request_keyboard() override; + virtual void release_keyboard() override; + int pKeyboardCount = 0; + #if 0 Fl_WinAPI_Screen_Driver() : Fl_Screen_Driver() { for (int i = 0; i < MAX_SCREENS; i++) scale_of_screen[i] = 1; -- cgit v1.2.3