summaryrefslogtreecommitdiff
path: root/FL/names.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-08-05 12:19:35 +0200
committerMatthias Melcher <github@matthiasm.com>2023-08-05 12:19:42 +0200
commit3049e6394a3376f7fff1c8cde19fd7bb1a9252ec (patch)
treee51ea3abc1232caac48edfc24e7e54fdf6495bcf /FL/names.h
parent2953db58c75f30912bee6b91fd5ff087bbb8cad5 (diff)
#733 partial: Adds rotation gesture event on MacOS
Diffstat (limited to 'FL/names.h')
-rw-r--r--FL/names.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/names.h b/FL/names.h
index 87bb5178e..f65444cdc 100644
--- a/FL/names.h
+++ b/FL/names.h
@@ -73,9 +73,10 @@ const char * const fl_eventnames[] =
"FL_FULLSCREEN",
"FL_ZOOM_GESTURE",
"FL_ZOOM_EVENT",
- "FL_EVENT_28", // not yet defined, just in case it /will/ be defined ...
+ "FL_ROTATE_GESTURE",
"FL_EVENT_29", // not yet defined, just in case it /will/ be defined ...
- "FL_EVENT_30" // not yet defined, just in case it /will/ be defined ...
+ "FL_EVENT_30", // not yet defined, just in case it /will/ be defined ...
+ "FL_EVENT_31" // not yet defined, just in case it /will/ be defined ...
};
/**