Improve documentation on mouse and keyboard events

This commit is contained in:
Albrecht Schlosser
2024-10-07 16:13:11 +02:00
parent 0b4bea1eea
commit 05d78e8ebd
3 changed files with 68 additions and 9 deletions
+1 -1
View File
@@ -707,7 +707,7 @@ public:
\retval FL_MIDDLE_MOUSE
\retval FL_RIGHT_MOUSE
\retval FL_BACK_MOUSE
\retval FL_FORWARD_MOUSE.
\retval FL_FORWARD_MOUSE
\see Fl::event_buttons(), Fl::event_state()
*/
static int event_button() { return e_keysym - FL_Button; }