diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-16 20:07:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-01-16 20:07:01 +0000 |
| commit | a2463df99901a443eafda4020fe95a48cc419ea9 (patch) | |
| tree | 408bbc3f3b75c6e189ac826dd3d07c7cc8fe08fb /documentation/Fl.html | |
| parent | 119a574b3d9d2019786e174260e1a521f1f1fe19 (diff) | |
Add Fl::event_clicks(int i) docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl.html')
| -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 |
