summaryrefslogtreecommitdiff
path: root/documentation/src/enumerations.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/enumerations.dox')
-rw-r--r--documentation/src/enumerations.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index 541d1e603..889be58be 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -153,9 +153,9 @@ value:
- FL_ALT - One of the alt keys is down.
- FL_NUM_LOCK - The num lock is on.
- FL_META - One of the meta/Windows keys is down.
- - FL_COMMAND - An alias for FL_CTRL on Windows and X11,
+ - FL_COMMAND - An alias for FL_CTRL on Windows, X11 and Wayland,
or FL_META on MacOS X.
- - FL_CONTROL - An alias for FL_META on Windows and X11,
+ - FL_CONTROL - An alias for FL_META on Windows, X11 and Wayland,
or FL_CTRL on MacOS X.
- FL_SCROLL_LOCK - The scroll lock is on.
- FL_BUTTON1 - Mouse button 1 is pushed.