diff options
| -rw-r--r-- | documentation/Fl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html index f5ccc6064..5f9ad95d3 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -527,7 +527,8 @@ event. <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 "double click". Returns N-1 for |
