diff options
| author | Ray <[email protected]> | 2023-08-26 23:30:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-26 23:30:44 +0200 |
| commit | 7aeaa9f58543bc8cce5e7307d6ea14197a34987f (patch) | |
| tree | 29286add23b5e6df2cac2a7e574f0676e062807a /examples.html | |
| parent | dd19af08372036ccfc92050ef4347fc2b1469b2a (diff) | |
| parent | bffc2bb159d04507e83f75676b7859096b5e5b65 (diff) | |
| download | raylib.com-7aeaa9f58543bc8cce5e7307d6ea14197a34987f.tar.gz raylib.com-7aeaa9f58543bc8cce5e7307d6ea14197a34987f.zip | |
Merge pull request #57 from RokasPuzonas/feature-add-function-search
Add searching by used functions in examples page
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..7dbfc92 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="matches_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> |
