diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index d45787e8f..92cfac612 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -107,7 +107,8 @@ is ok to look at it outside of the handle() method. Event numbers can be converted to their actual names using the - \ref fl_eventnames[] array defined in \#include <FL/names.h> + fl_eventnames[] array (std::map since FLTK 1.5) defined + in \#include <FL/names.h> \see Fl::event_text(), Fl::event_key(), class Fl:: */ |
