diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-07 22:12:34 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-07 22:12:34 +0000 |
| commit | 2e5b983f4b3da87bf28319fe7ab99bb6206f0411 (patch) | |
| tree | 34475588f4943d9ed379b711887d873d087c79b0 /src/drivers/Android/Fl_Android_Application.H | |
| parent | f058d3a99c396f21d6e17f201682462da1d305cc (diff) | |
Android: moved all Android code from the main app into the driver system. All non-driver-FLTK code and main app are now Android-free.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12719 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Application.H')
| -rw-r--r-- | src/drivers/Android/Fl_Android_Application.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Android/Fl_Android_Application.H b/src/drivers/Android/Fl_Android_Application.H index b141a7e7f..004238371 100644 --- a/src/drivers/Android/Fl_Android_Application.H +++ b/src/drivers/Android/Fl_Android_Application.H @@ -119,6 +119,7 @@ public: static int8_t read_cmd(); static void pre_exec_cmd(int8_t cmd); static void post_exec_cmd(int8_t cmd); + static AInputQueue *input_event_queue() { return pInputQueue; } static inline ANativeWindow *native_window() { return pNativeWindow; } static inline ANativeWindow_Buffer &graphics_buffer() { return pApplicationWindowBuffer; } |
