mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user