Skip to content

Commit

Permalink
Add Fl::event_clicks(int i) docos.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jan 16, 2003
1 parent 119a574 commit a2463df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/Fl.html
Expand Up @@ -527,7 +527,8 @@ <H4><A NAME="Fl.event_buttons">int event_buttons();</A></H4>
<P>Returns the button state bits; if non-zero, then at least one
button is pressed.

<H4><A NAME="Fl.event_clicks">int event_clicks();</A></H4>
<H4><A NAME="Fl.event_clicks">int event_clicks();<BR>
void event_clicks(int i);</A></H4>

<P>The first form returns non-zero if the most recent <tt>FL_PUSH</tt> or
<tt>FL_KEYBOARD</tt> was a &quot;double click&quot;. Returns N-1 for
Expand Down

0 comments on commit a2463df

Please sign in to comment.