From ab3eb7e719fbb5b37cf19920c95a1648199e6015 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 19 Jul 2007 18:48:15 +0000 Subject: Fixed missing slash in documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/Fl.html b/documentation/Fl.html index f7f64e81b..e59b31667 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -618,7 +618,7 @@ event. button is pressed. This function returns the button state at the time of the event. During an FL_RELEASE event, the state of the released button will be 0. To find out, which button -caused an FL_RELEASE event, you can use +caused an FL_RELEASE event, you can use Fl::event_button() instead.

int event_clicks();
-- cgit v1.2.3