Skip to content

Commit 48995f4

Browse files
committed
[imgui] added Forward for ImGuiSortDirection Enum. Adds to #7276
1 parent bcab4e1 commit 48995f4

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

VL.ImGui/VL.ImGui.vl

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Document xmlns:p="property" xmlns:r="reflection" Id="HGwjAyY9WlcM6EHVoNooQR" LanguageVersion="2025.7.0-0375-gd2ecad5a53" Version="0.128">
2+
<Document xmlns:p="property" xmlns:r="reflection" Id="HGwjAyY9WlcM6EHVoNooQR" LanguageVersion="2025.7.0-0476-g96429b7212" Version="0.128">
33
<Patch Id="FqV6a8uF6wBNEsSb65h9jq">
44
<Canvas Id="CiUOvKtIpncPRBZwoQzisM" CanvasType="FullCategory">
55
<Canvas Id="KTyfvxdYp7wLpquGu2GQq3" Name="ImGui" Position="183,154">
@@ -1556,6 +1556,7 @@
15561556
<Pin Id="GfFPgetrnWcLuxcaI9yBQo" Name="Value" Kind="InputPin" />
15571557
<Pin Id="ThTzsjE6xD6Lhew1hAN92V" Name="Output" Kind="OutputPin" />
15581558
<Pin Id="KXM8JE7pwFpPQm2y9SlowN" Name="Value" Kind="OutputPin" />
1559+
<Pin Id="GGWh0jNtE0RNZWSIkuiLyx" Name="Author" Kind="InputPin" IsHidden="true" />
15591560
</Node>
15601561
<Node Bounds="500,454,65,19" Id="RBJBTkPq1dTLZBZnS5hE7n">
15611562
<p:NodeReference LastCategoryFullName="ImGui.Widgets" LastDependency="VL.ImGUI.Nodes">
@@ -3466,6 +3467,7 @@
34663467
<Pin Id="Pz5xgNsvTcFN2CxovyzUod" Name="Context" Kind="InputPin" />
34673468
<Pin Id="REQjS3dNvUkMwH6mgzAcgg" Name="Output" Kind="OutputPin" IsHidden="true" />
34683469
<Pin Id="T2qQ9CYNf8uOg8nA2Ck1NR" Name="Result" Kind="OutputPin" />
3470+
<Pin Id="GARCUhCtR3ePTtCwkHY3bR" Name="Arguments" Kind="InputPin" />
34693471
</Node>
34703472
<Link Id="EFXEX2jOJSKOmlp1TtP0iE" Ids="RgE4UTj8GmMPvyQeYk9ZQf,JkAKKe6Z209M1mmdISUgA2" />
34713473
<Node Bounds="1361,523,58,19" Id="EPiq3hyELGAPO3U5Er1m3K">
@@ -4009,7 +4011,7 @@
40094011
<Choice Kind="TypeFlag" Name="TableColumnSortSpecs" />
40104012
</p:TypeAnnotation>
40114013
<Patch Id="SAh5XddfxMeMfhokFqplba">
4012-
<Canvas Id="V0aFd65xALZOKpluxQ1pIY" BordersChecked="false" CanvasType="Group" />
4014+
<Canvas Id="V0aFd65xALZOKpluxQ1pIY" CanvasType="Group" />
40134015
<ProcessDefinition Id="KY8aZ7Zum4ePYBXhOSqssR" IsHidden="true" />
40144016
</Patch>
40154017
</Node>
@@ -4069,6 +4071,26 @@
40694071
<ProcessDefinition Id="KdfH2DO8bA8O9q8PuZoTwl" IsHidden="true" />
40704072
</Patch>
40714073
</Node>
4074+
<!--
4075+
4076+
************************ ImGuiSortDirection ************************
4077+
4078+
-->
4079+
<Node Name="ImGuiSortDirection" Bounds="538,470" Id="B9WsHDoTP85MPwFVRDpLwo">
4080+
<p:NodeReference>
4081+
<Choice Kind="ForwardRecordDefinition" Name="Immutable Forward" />
4082+
<CategoryReference Kind="Category" Name="Primitive" />
4083+
</p:NodeReference>
4084+
<p:TypeAnnotation LastCategoryFullName="ImGuiNET" LastDependency="ImGui.NET.dll">
4085+
<Choice Kind="TypeFlag" Name="ImGuiSortDirection" />
4086+
<FullNameCategoryReference ID="ImGuiNET" />
4087+
<AssemblyReference ID="ImGui.NET.dll" />
4088+
</p:TypeAnnotation>
4089+
<Patch Id="HtyG8W3ZaD4Pyc5l1kxDua">
4090+
<Canvas Id="OQIJVKQRDRtLaJbodzPajd" BordersChecked="false" CanvasType="Group" />
4091+
<ProcessDefinition Id="NXTaboEoKehOjNoBkp9Xcr" IsHidden="true" />
4092+
</Patch>
4093+
</Node>
40724094
</Canvas>
40734095
<Canvas Id="PdOmdnU5SVPMdhDdTvF3XT" Name="Internal" Position="445,553">
40744096
<!--

0 commit comments

Comments
 (0)