From 5411396ea63dda4f103ef733cc7d35f795ffa0c0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 18 Jan 2007 10:40:37 +0000 Subject: Fixed mousewheel event propagation (STR #1521) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/events.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/events.html') diff --git a/documentation/events.html b/documentation/events.html index fc33831f7..c4838e497 100644 --- a/documentation/events.html +++ b/documentation/events.html @@ -149,6 +149,11 @@ call the Fl::compose() function to translate individual keystrokes into foreign characters. +

FL_KEYUP events are sent to the widget that +currently has focus. This is not necessarily the same widget +that received the corresponding FL_KEYDOWN event +because focus may have changed between events. +

FL_SHORTCUT

If the Fl::focus() -- cgit v1.2.3