diff options
| author | Rokas Puzonas <[email protected]> | 2023-08-20 00:34:23 +0300 |
|---|---|---|
| committer | Rokas Puzonas <[email protected]> | 2023-08-20 00:34:23 +0300 |
| commit | 9835869c70cbf0d91097d37b6c4db90b9fc35c2d (patch) | |
| tree | 58c7a5f7623e4a044d5e5cc5dc2ef5fce0fb9c17 /examples.html | |
| parent | dd19af08372036ccfc92050ef4347fc2b1469b2a (diff) | |
| download | raylib.com-9835869c70cbf0d91097d37b6c4db90b9fc35c2d.tar.gz raylib.com-9835869c70cbf0d91097d37b6c4db90b9fc35c2d.zip | |
add search bar by used function
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples.html b/examples.html index 633d8aa..8899d32 100644 --- a/examples.html +++ b/examples.html @@ -80,6 +80,12 @@ <div class="filter legendButton" id="audio" data-filter=".faudio">audio</div> </div> + <p id="filter_function_label">Or filter by used functions in the example:</p> + <div id="filter_function"> + <input></input> + <p id="occurences_counter"></p> + </div> + <!-- Items container, filled when loading --> <div id="container"></div> @@ -111,4 +117,4 @@ <!-- Add own script code --> <script src="common/examples.js"></script> </body> -</html>
\ No newline at end of file +</html> |
