Fixed missing slash in documentation.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-07-19 18:48:15 +00:00
parent 4261960ba4
commit ab3eb7e719
+1 -1
View File
@@ -618,7 +618,7 @@ event.
button is pressed. This function returns the button state at the
time of the event. During an <tt>FL_RELEASE</tt> event, the state
of the released button will be <tt>0</tt>. To find out, which button
caused an <tt>FL_RELEASE<tt> event, you can use
caused an <tt>FL_RELEASE</tt> event, you can use
<tt><a href="#Fl.event_button">Fl::event_button()</a></tt> instead.
<H4><A NAME="Fl.event_clicks">int event_clicks();<BR>