summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Enumerations.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index ec2619ca5..6761dadf4 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -91,8 +91,12 @@
valid until the next event is read from the window system, so it
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>
+
\sa Fl::event_text(), Fl::event_key(), class Fl::
*/
+// DEV NOTE: Keep this list in sync with FL/names.H
enum Fl_Event { // events
/** No event. */
FL_NO_EVENT = 0,