diff options
| author | Manolo Gouy <Manolo> | 2016-04-06 19:39:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-06 19:39:15 +0000 |
| commit | a2eeca92f09617c10e6f2b6d15a33e19b73ff8bc (patch) | |
| tree | 9710f0ef8105fd0e0044e367439eae71dbf3ed33 /src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | |
| parent | 2a36225036f031ec7866f37ceaa34d7d63cb2ad1 (diff) | |
Rewrite Fl_Input.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 3f475a637..afcaad924 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -39,6 +39,7 @@ class Fl_Window; +class Fl_Input; class FL_EXPORT Fl_Cocoa_Screen_Driver : public Fl_Screen_Driver { @@ -87,6 +88,7 @@ public: virtual int dnd(int use_selection); virtual int compose(int &del); virtual uchar *read_image(uchar *p, int x, int y, int w, int h, int alpha); + virtual int input_widget_handle_key(int key, unsigned mods, unsigned shift, Fl_Input *input); }; |
