diff options
Diffstat (limited to 'src/drivers/Android/Fl_Android_Screen_Keyboard.cxx')
| -rw-r--r-- | src/drivers/Android/Fl_Android_Screen_Keyboard.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx b/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx index 91a78f42b..c708040ec 100644 --- a/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx +++ b/src/drivers/Android/Fl_Android_Screen_Keyboard.cxx @@ -363,8 +363,10 @@ int64_t AKeyEvent_getEventTime (const AInputEvent *key_event) return 0; } - -void Fl_Android_Screen_Driver::request_keyboard() +// TODO: different inputs may be able to request different keyboards +// TODO: knowing the position of the widget, we may be able to avoid +// obstructing it with the on-screen keyboard +void Fl_Android_Screen_Driver::request_keyboard( /*o->rect(), o->type()*/ ) { if (pKeyboardCount==0) { /* |
