mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
Add new event name FL_ZOOM_GESTURE to FL/names.h.
I also added some placeholders for yet to be defined events, just in case they are forgotten to add in FL/names.h. This appears to be better than to reference a non-existing array element (string pointer). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10812 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+6
-1
@@ -67,7 +67,12 @@ const char * const fl_eventnames[] =
|
||||
"FL_DND_LEAVE",
|
||||
"FL_DND_RELEASE",
|
||||
"FL_SCREEN_CONFIGURATION_CHANGED",
|
||||
"FL_FULLSCREEN"
|
||||
"FL_FULLSCREEN",
|
||||
"FL_ZOOM_GESTURE",
|
||||
"FL_EVENT_27", // not yet defined, just in case they /will/ be defined ...
|
||||
"FL_EVENT_28",
|
||||
"FL_EVENT_29",
|
||||
"FL_EVENT_30"
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user