diff options
Diffstat (limited to 'src/Fl_get_key.cxx')
| -rw-r--r-- | src/Fl_get_key.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index 4e7d6c649..af7117fdf 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -20,6 +20,8 @@ # include "Fl_get_key_win32.cxx" #elif defined(__APPLE__) # include "Fl_get_key_mac.cxx" +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: implement keyboard reading and interpretation in its own file" #else // Return the current state of a key. This is the X version. I identify |
