diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-03 22:37:49 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-07-03 22:37:49 +0200 |
| commit | d5220370b1b6022e274646e0844060cc8470c458 (patch) | |
| tree | fff3c1a67065149609ff5c75b3921c15f6347ce1 /documentation/src | |
| parent | 4e1450d7503d8d973a5b6d17dca473be15d0042b (diff) | |
Remove private class Fl_Int_Vector
This class was used in pre-C++11 versions (up to 1.4.x) and is no
longer needed.
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 1f522acf1..a4bc5e4ea 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -1085,7 +1085,7 @@ corresponding text via function \c xkb_state_key_get_utf8() which is put in \c F Then, a few calls to functions whose name begin with \c xkb_compose_ are necessary to support dead and compose keys. Finally a call to \c Fl::handle() sends an \c FL_KEYDOWN or \c FL_KEYUP event to the appropriate \c Fl_Window. Also, function \c wl_keyboard_key() uses global variable -<tt>Fl_Int_Vector key_vector</tt> to record all currently pressed keys. This is the base of the +<tt>std::vector<int> key_vector</tt> to record all currently pressed keys. This is the base of the implementation of \c Fl_Wayland_Screen_Driver::event_key(int). 5) Function \c wl_keyboard_modifiers() runs when a modifier key (e.g., shift, control) is pressed or |
