Skip to content

Commit f4a135d

Browse files
authored
Update documentation for mouse hover event support
Added documentation for mouse hover event support in changelog.
1 parent 69a1741 commit f4a135d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/tinyui.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ SOFTWARE.
3535
#include "stb_image.h"
3636

3737
/*
38+
==============================================================================
39+
* Documentation *
40+
*
41+
* Introduction
42+
* The intention of this UI-Library is to help people (special me) to develop
43+
* ingame UI's more easily. You can introduce the code to create the widgets and
44+
* dialogs directly in you c/c++ code.
45+
*
46+
* Supported widgets
47+
* Todo
3848
==============================================================================
3949
* Changelog:
4050
* ==========

0 commit comments

Comments
 (0)