From d096ec48d027967a192afb6b730ead6bb98076e1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:13:31 +0200 Subject: Documentation: add missing mentions of the Wayland platform. --- documentation/src/enumerations.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src/enumerations.dox') 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. -- cgit v1.2.3