From b71ca52b7eb635c4a1056154254d22f288b6d5a5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 15 Dec 2007 17:10:13 +0000 Subject: 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 --- documentation/Fl.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation') 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.

int event_dx();

+Returns the current horizontal mouse scrolling associated with the +FL_MOUSEWHEEL event. Right is positive. +

int event_dy();

+Returns the current vertical mouse scrolling assoaciated with the +FL_MOUSEWHEEL event. Down is positive. +

const char* event_text();

+Returns the text associated with the current FL_PASTE or +FL_DND_RELEASE event. + -- cgit v1.2.3