Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Dec 17, 2024
1 parent 37250f9 commit 60298ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/builtin_functions_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@
</tr>
<tr class="a" valign=top><td class="a"><tt><b>gl.fullscreen</b>(mode<font color="#666666">: int</font>)</tt></td><td class="a">use window_init enum flags from gl module</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>gl.window_size</b>(size<font color="#666666">: int2</font>)</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>gl.visible</b>() -> <font color="#666666">int</font></tt></td><td class="a">checks if the window is currently visible (not minimized, or on mobile devices, in the foreground). If false, you should not render anything, nor run the frame's code.</td>

Expand Down Expand Up @@ -1803,6 +1806,12 @@
</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.set_layout_pos</b>(pos<font color="#666666">: float2</font>)</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.get_layout_screen_pos</b>() -> <font color="#666666">float2</font></tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.set_layout_screen_pos</b>(pos<font color="#666666">: float2</font>)</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.get_content_region_avail</b>() -> <font color="#666666">float2</font></tt></td><td class="a">returns the amount of space left in the current region from the cursor pos</td>

Expand Down Expand Up @@ -1905,6 +1914,12 @@
</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.image_mouseclick</b>(tex<font color="#666666">: resource&lt;texture&gt;</font>, size<font color="#666666">: float2</font>) -> <font color="#666666">float2</font>, <font color="#666666">int</font></tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.rect</b>(min<font color="#666666">: float2</font>, max<font color="#666666">: float2</font>, color<font color="#666666">: float4</font>, rounding<font color="#666666">: float</font>, thickness<font color="#666666">: float</font>)</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.rect_filled</b>(min<font color="#666666">: float2</font>, max<font color="#666666">: float2</font>, color<font color="#666666">: float4</font>, rounding<font color="#666666">: float</font>)</tt></td><td class="a"></td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>im.treenode_start</b>(label<font color="#666666">: string</font>, flags<font color="#666666">: int</font>) -> <font color="#666666">int</font></tt></td><td class="a">(use im.treenode instead)</td>

Expand Down

0 comments on commit 60298ff

Please sign in to comment.