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 --- FL/Fl_Screen_Driver.H | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H index d88910b56..d9bed02b3 100644 --- a/FL/Fl_Screen_Driver.H +++ b/FL/Fl_Screen_Driver.H @@ -122,6 +122,11 @@ public: // default implementation may be enough virtual int text_display_can_leak() { return 0; } + // if no keyboard is connected on a touch or pen device, the system on-screen keyboard is requested + virtual void request_keyboard() { } + // we no longer need the on-screen keyboard; it's up to the system to hide it + virtual void release_keyboard() { } + // read raw image from a window or an offscreen buffer #if defined(FL_PORTING) # pragma message "FL_PORTING: implement code to read RGB data from screen" -- cgit v1.2.3