summaryrefslogtreecommitdiff
path: root/documentation/Fl.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-12-15 17:10:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-12-15 17:10:13 +0000
commitb71ca52b7eb635c4a1056154254d22f288b6d5a5 (patch)
tree3d316f3e55c09a84c6f990c8233e656ffd4e7785 /documentation/Fl.html
parent3ff1a33ce40b144c97dbe9e96cfbe1417eab5ae9 (diff)
Add documentation for Fl::event_dx, event_dy, and event_text (STR #1843)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5995 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl.html')
-rw-r--r--documentation/Fl.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index e59b31667..eda478f56 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -1372,9 +1372,18 @@ the top edge of the screen.
<H4><A NAME="Fl.event_dx">int event_dx();</A></H4>
+Returns the current horizontal mouse scrolling associated with the
+<tt>FL_MOUSEWHEEL</tt> event. Right is positive.
+
<H4><A NAME="Fl.event_dy">int event_dy();</A></H4>
+Returns the current vertical mouse scrolling assoaciated with the
+<tt>FL_MOUSEWHEEL</tt> event. Down is positive.
+
<H4><A NAME="Fl.event_text">const char* event_text();</A></H4>
+Returns the text associated with the current <tt>FL_PASTE</tt> or
+<tt>FL_DND_RELEASE</tt> event.
+
</BODY>
</HTML>