<!DOCTYPE html>
<html>
<head>
<title>LEXSDL_GetRenderer</title>
<link rel="stylesheet" href="styles.css">
</head>
<header>
<h1>LEXSDL_GetRenderer</h1>
<hr>
</header>
<body>
<p>
Get a pointer of the internal <a href=https://wiki.libsdl.org/SDL2/SDL_Renderer>SDL_Renderer</a>.
</p>
<h2>Function</h2>
<code><ul>
SDL_Renderer<span style="color:#66cf8d">*</span> LEXSDL_GetRenderer<span style="color:#66cf8d">(</span><span style="color:#2980b9">void</span><span style="color:#66cf8d">);</span>
</ul></code>
<h2>Return</h2>
<ul>
<b>NULL</b> : There is no SDL_Renderer.<br>
<b>SDL_Renderer<span style="color:#66cf8d">*</span></b> : The SDL_Renderer being used.
</ul>
</body>
<footer>
<br>
<hr>
<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>