summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-18 10:40:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-18 10:40:37 +0000
commit5411396ea63dda4f103ef733cc7d35f795ffa0c0 (patch)
tree9a7ba736271312072163c990b8cd29206fc660bd /documentation
parentbc842ea528e7654db40f9c60571a48a6fd663804 (diff)
Fixed mousewheel event propagation (STR #1521)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/events.html5
1 files changed, 5 insertions, 0 deletions
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 <a href="Fl.html#Fl.compose"><TT>Fl::compose()</TT></a>
function to translate individual keystrokes into foreign
characters.
+<P><code>FL_KEYUP</code> events are sent to the widget that
+currently has focus. This is not necessarily the same widget
+that received the corresponding <code>FL_KEYDOWN</code> event
+because focus may have changed between events.
+
<H3>FL_SHORTCUT</H3>
<P>If the <A href="Fl.html#Fl.focus"><TT>Fl::focus()</TT></A>