diff options
| author | matthew <[email protected]> | 2023-11-22 14:16:51 +0000 |
|---|---|---|
| committer | matthew <[email protected]> | 2023-11-22 14:16:51 +0000 |
| commit | 17a91f1da95b210d0f1f4988671e4d7d181f7b61 (patch) | |
| tree | 7820ca28b8abf7c0883d1b7766cc649ca2c82aa5 /cheatsheet | |
| parent | a18e0d360d255ce22555cdb62d4bc789366a4b29 (diff) | |
| download | raylib.com-17a91f1da95b210d0f1f4988671e4d7d181f7b61.tar.gz raylib.com-17a91f1da95b210d0f1f4988671e4d7d181f7b61.zip | |
Added jump-to links
Diffstat (limited to 'cheatsheet')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index b090be6..7e64e99 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -83,6 +83,8 @@ #downpdf{text-decoration: none;color:#aaaaaa;} #downpdf:hover{color:#444;} + + #fulldata p a {color:#0eefff; text-decoration: none;} </style> <script type="text/javascript"> @@ -123,17 +125,17 @@ <br> <p>Chinese Translation: <a href="cheatsheet_zh.html">以下为raylib所有API接口中文释义</a></p> <div id="fulldata"> - <p id="pcore">module: rcore</p> + <p id="pcore">module: rcore <a href="#pcore">→</a></p> <div id="core"><pre><code class="cpp"></code></pre></div> - <p id="pshapes">module: rshapes</p> + <p id="pshapes">module: rshapes <a href="#pshapes">→</a></p> <div id="shapes"><pre><code class="cpp"></code></pre></div> - <p id="ptextures">module: rtextures</p> + <p id="ptextures">module: rtextures <a href="#ptextures">→</a></p> <div id="textures"><pre><code class="cpp"></code></pre></div> - <p id="ptext">module: rtext</p> + <p id="ptext">module: rtext <a href="#ptext">→</a></p> <div id="text"><pre><code class="cpp"></code></pre></div> - <p id="pmodels">module: rmodels</p> + <p id="pmodels">module: rmodels <a href="#pmodels">→</a></p> <div id="models"><pre><code class="cpp"></code></pre></div> - <p id="paudio">module: raudio</p> + <p id="paudio">module: raudio <a href="#paudio">→</a></p> <div id="audio"><pre><code class="cpp"></code></pre></div> <div id="fullgroup"> |
