summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Screen_Driver.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-24 17:08:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-24 17:08:25 +0000
commitfada3a829188294df580d5e59765114aa4a155b2 (patch)
tree593e05378991c80c8009e3919d1fa36755866469 /src/drivers/Android/Fl_Android_Screen_Driver.H
parent79b31708de7b1544d0e7b32d616ecb9b79d1b9bd (diff)
Android: Rough, verz rough kezboard handling.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12794 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.H')
-rw-r--r--src/drivers/Android/Fl_Android_Screen_Driver.H8
1 files changed, 7 insertions, 1 deletions
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;