You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="ttc" id="aclassraylib_1_1_window_html_a5f2a255aad32ac32aee87fb2e6b20a01"><divclass="ttname"><ahref="classraylib_1_1_window.html#a5f2a255aad32ac32aee87fb2e6b20a01">raylib::Window::ShouldClose</a></div><divclass="ttdeci">bool ShouldClose() const</div><divclass="ttdoc">Check if KEY_ESCAPE pressed or Close icon pressed.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00056">Window.hpp:56</a></div></div>
348
348
<divclass="ttc" id="aclassraylib_1_1_window_html_a6071f03b18e0f2d3817b0da3699f24af"><divclass="ttname"><ahref="classraylib_1_1_window.html#a6071f03b18e0f2d3817b0da3699f24af">raylib::Window::~Window</a></div><divclass="ttdeci">~Window()</div><divclass="ttdoc">Close window and unload OpenGL context.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00037">Window.hpp:37</a></div></div>
349
349
<divclass="ttc" id="aclassraylib_1_1_window_html_a60da5ca13065b01316ab17d4cd92b0c4"><divclass="ttname"><ahref="classraylib_1_1_window.html#a60da5ca13065b01316ab17d4cd92b0c4">raylib::Window::GetTime</a></div><divclass="ttdeci">double GetTime() const</div><divclass="ttdoc">Returns elapsed time in seconds since InitWindow()</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00401">Window.hpp:401</a></div></div>
350
-
<divclass="ttc" id="aclassraylib_1_1_window_html_a645c59ebb2d815cd37abd5db6e21e80e"><divclass="ttname"><ahref="classraylib_1_1_window.html#a645c59ebb2d815cd37abd5db6e21e80e">raylib::Window::GetClipboardText</a></div><divclass="ttdeci">const std::string & GetClipboardText()</div><divclass="ttdoc">Get clipboard text content.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00365">Window.hpp:365</a></div></div>
351
350
<divclass="ttc" id="aclassraylib_1_1_window_html_a662e058a9f5b3121e6280411fa0cc73d"><divclass="ttname"><ahref="classraylib_1_1_window.html#a662e058a9f5b3121e6280411fa0cc73d">raylib::Window::SetPosition</a></div><divclass="ttdeci">Window & SetPosition(int x, int y)</div><divclass="ttdoc">Set window position on screen.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00224">Window.hpp:224</a></div></div>
352
351
<divclass="ttc" id="aclassraylib_1_1_window_html_a69b43267e498bdbe64092cfb96e0e950"><divclass="ttname"><ahref="classraylib_1_1_window.html#a69b43267e498bdbe64092cfb96e0e950">raylib::Window::SetMonitor</a></div><divclass="ttdeci">Window & SetMonitor(int monitor)</div><divclass="ttdoc">Set monitor for the current window.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00239">Window.hpp:239</a></div></div>
353
352
<divclass="ttc" id="aclassraylib_1_1_window_html_a69eb249831f1976ce2a73945e31c6f52"><divclass="ttname"><ahref="classraylib_1_1_window.html#a69eb249831f1976ce2a73945e31c6f52">raylib::Window::ClearBackground</a></div><divclass="ttdeci">Window & ClearBackground(const ::Color &color=BLACK)</div><divclass="ttdoc">Clear window with given color.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00151">Window.hpp:151</a></div></div>
@@ -358,6 +357,7 @@
358
357
<divclass="ttc" id="aclassraylib_1_1_window_html_a90e16147a603cfb0b5cda99f7e9168db"><divclass="ttname"><ahref="classraylib_1_1_window.html#a90e16147a603cfb0b5cda99f7e9168db">raylib::Window::Init</a></div><divclass="ttdeci">void Init(int width=800, int height=450, const std::string &title="raylib")</div><divclass="ttdoc">Initializes the window.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00046">Window.hpp:46</a></div></div>
359
358
<divclass="ttc" id="aclassraylib_1_1_window_html_a91bbcfadc697547f373dd9cc02edeaf1"><divclass="ttname"><ahref="classraylib_1_1_window.html#a91bbcfadc697547f373dd9cc02edeaf1">raylib::Window::DrawFPS</a></div><divclass="ttdeci">void DrawFPS(int posX=10, int posY=10) const</div><divclass="ttdoc">Draw current FPS.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00387">Window.hpp:387</a></div></div>
360
359
<divclass="ttc" id="aclassraylib_1_1_window_html_a936ba6f4614ab6b3c2552f88798ffac2"><divclass="ttname"><ahref="classraylib_1_1_window.html#a936ba6f4614ab6b3c2552f88798ffac2">raylib::Window::Restore</a></div><divclass="ttdeci">Window & Restore()</div><divclass="ttdoc">Set window state: not minimized/maximized (only PLATFORM_DESKTOP)</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00200">Window.hpp:200</a></div></div>
360
+
<divclass="ttc" id="aclassraylib_1_1_window_html_a95694b643f5ded1b873cc8130d238885"><divclass="ttname"><ahref="classraylib_1_1_window.html#a95694b643f5ded1b873cc8130d238885">raylib::Window::GetClipboardText</a></div><divclass="ttdeci">const std::string GetClipboardText()</div><divclass="ttdoc">Get clipboard text content.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00365">Window.hpp:365</a></div></div>
361
361
<divclass="ttc" id="aclassraylib_1_1_window_html_a9814a0d29da572bba75910b41cfe0f77"><divclass="ttname"><ahref="classraylib_1_1_window.html#a9814a0d29da572bba75910b41cfe0f77">raylib::Window::IsReady</a></div><divclass="ttdeci">static bool IsReady()</div><divclass="ttdoc">Check if window has been initialized successfully.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00079">Window.hpp:79</a></div></div>
362
362
<divclass="ttc" id="aclassraylib_1_1_window_html_a9a51c4a61cb8c6fbf14e164e7c3afa50"><divclass="ttname"><ahref="classraylib_1_1_window.html#a9a51c4a61cb8c6fbf14e164e7c3afa50">raylib::Window::SetSize</a></div><divclass="ttdeci">Window & SetSize(int width, int height)</div><divclass="ttdoc">Set window dimensions.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00263">Window.hpp:263</a></div></div>
363
363
<divclass="ttc" id="aclassraylib_1_1_window_html_a9b9980432a4deacf2df9471f311d43ad"><divclass="ttname"><ahref="classraylib_1_1_window.html#a9b9980432a4deacf2df9471f311d43ad">raylib::Window::GetFrameTime</a></div><divclass="ttdeci">float GetFrameTime() const</div><divclass="ttdoc">Returns time in seconds for last frame drawn.</div><divclass="ttdef"><b>Definition:</b><ahref="_window_8hpp_source.html#l00394">Window.hpp:394</a></div></div>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00044">44</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00057">57</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00070">70</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00081">81</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<p>Retrieves the baseSize value for the object. </p>
485
485
<dlclass="section return"><dt>Returns</dt><dd>The baseSize value of the object. </dd></dl>
486
486
487
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00107">107</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
487
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00111">111</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<p>Retrieves the glyphCount value for the object. </p>
515
515
<dlclass="section return"><dt>Returns</dt><dd>The glyphCount value of the object. </dd></dl>
516
516
517
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00108">108</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
517
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00112">112</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<p>Retrieves the glyphPadding value for the object. </p>
545
545
<dlclass="section return"><dt>Returns</dt><dd>The glyphPadding value of the object. </dd></dl>
546
546
547
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00109">109</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
547
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00113">113</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<p>Retrieves the glyphs value for the object. </p>
575
575
<dlclass="section return"><dt>Returns</dt><dd>The glyphs value of the object. </dd></dl>
576
576
577
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00111">111</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
577
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00115">115</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<dlclass="section return"><dt>Returns</dt><dd>The recs value of the object. </dd></dl>
606
606
607
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00110">110</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
607
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00114">114</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el" href="namespaceraylib.html#a4cb62d3cec034b1a8aa3f3b7cde5acf6" title="Load font from file (filename must include file extension)">LoadFont()</a></dd></dl>
649
649
650
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00162">162</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
650
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00166">166</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
651
651
652
-
<pclass="reference">References <aclass="el" href="_font_8hpp_source.html#l00205">IsReady()</a>, and <aclass="el" href="_functions_8hpp_source.html#l00274">raylib::LoadFont()</a>.</p>
652
+
<pclass="reference">References <aclass="el" href="_font_8hpp_source.html#l00209">IsReady()</a>, and <aclass="el" href="_functions_8hpp_source.html#l00274">raylib::LoadFont()</a>.</p>
653
653
654
654
<pclass="reference">Referenced by <aclass="el" href="_font_8hpp_source.html#l00044">Font()</a>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el" href="namespaceraylib.html#a48f5b8fbb86fb8950f83e2103fc3b41e" title="Load font from file (filename must include file extension)">LoadFontEx()</a></dd></dl>
719
719
720
-
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00179">179</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
720
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00183">183</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
721
721
722
-
<pclass="reference">References <aclass="el" href="_font_8hpp_source.html#l00205">IsReady()</a>, and <aclass="el" href="_functions_8hpp_source.html#l00281">raylib::LoadFontEx()</a>.</p>
722
+
<pclass="reference">References <aclass="el" href="_font_8hpp_source.html#l00209">IsReady()</a>, and <aclass="el" href="_functions_8hpp_source.html#l00281">raylib::LoadFontEx()</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00107">107</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
758
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00111">111</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00108">108</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
794
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00112">112</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00109">109</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
830
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00113">113</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00111">111</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
866
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00115">115</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00110">110</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
902
+
<pclass="definition">Definition at line <aclass="el" href="_font_8hpp_source.html#l00114">114</a> of file <aclass="el" href="_font_8hpp_source.html">Font.hpp</a>.</p>
0 commit comments