diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-05 10:13:31 +0200 |
| commit | d096ec48d027967a192afb6b730ead6bb98076e1 (patch) | |
| tree | c7a50774b98ab077eebd09a71ddfa912688aeb74 /documentation/src/enumerations.dox | |
| parent | 0fdef887d0ad8ad0aa597f8a67079cb670ca18c1 (diff) | |
Documentation: add missing mentions of the Wayland platform.
Diffstat (limited to 'documentation/src/enumerations.dox')
| -rw-r--r-- | documentation/src/enumerations.dox | 4 |
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. |
