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
This commit is contained in:
Michael R Sweet
2007-12-15 17:10:13 +00:00
parent 3ff1a33ce4
commit b71ca52b7e
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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>