mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Fixed mousewheel event propagation (STR #1521)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user