Added docs to Fl_Event referencing use of fl_eventnames[] and FL/names.h

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2014-12-28 21:09:30 +00:00
parent b2462e9adb
commit 8862df4950
1 changed files with 4 additions and 0 deletions

View File

@ -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,