mirror of https://github.com/fltk/fltk
Fix a doxygen warning, update copyright.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12773 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d252801a31
commit
6dbe7ca8ed
4
FL/Fl.H
4
FL/Fl.H
|
@ -697,7 +697,9 @@ int main() {
|
|||
Gets which particular mouse button caused the current event.
|
||||
|
||||
This returns garbage if the most recent event was not a FL_PUSH or FL_RELEASE event.
|
||||
\retval FL_LEFT_MOUSE \retval FL_MIDDLE_MOUSE \retval FL_RIGHT_MOUSE.
|
||||
\retval FL_LEFT_MOUSE
|
||||
\retval FL_MIDDLE_MOUSE
|
||||
\retval FL_RIGHT_MOUSE.
|
||||
\see Fl::event_buttons()
|
||||
*/
|
||||
static int event_button() {return e_keysym-FL_Button;}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--BEGIN GENERATE_TREEVIEW-->
|
||||
<li class="footer">
|
||||
<!-- Generated for $projectname by Doxygen -->
|
||||
© 1998-2016 by Bill Spitzak and others.
|
||||
© 1998-2018 by Bill Spitzak and others.
|
||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
<!-- Generated for $projectname by Doxygen -->
|
||||
© 1998-2016 by Bill Spitzak and others.
|
||||
© 1998-2018 by Bill Spitzak and others.
|
||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||
</small></address>
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
Revision 10 by F. Costantini, D. Gibson, M. Melcher,
|
||||
A. Schlosser, B. Spitzak and M. Sweet.
|
||||
|
||||
Copyright 1998-2016 by Bill Spitzak and others.
|
||||
Copyright 1998-2018 by Bill Spitzak and others.
|
||||
</CENTER></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
|
|
@ -76,7 +76,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition
|
|||
|
||||
\section preface_copyrights Copyrights and Trademarks
|
||||
|
||||
FLTK is Copyright 1998-2016 by Bill Spitzak and others. Use and
|
||||
FLTK is Copyright 1998-2018 by Bill Spitzak and others. Use and
|
||||
distribution of FLTK is governed by the GNU Library General Public
|
||||
License with 4 exceptions, located in \ref license.
|
||||
|
||||
|
|
Loading…
Reference in New Issue