aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj
diff options
context:
space:
mode:
authoruniboi <64006268+uniboi@users.noreply.github.com>2023-01-21 10:36:55 +0000
committerGitHub <noreply@github.com>2023-01-21 10:36:55 +0000
commit9b6731de9a0980515d1d8954f46935a1445dcf02 (patch)
tree7dca50d57b17518e0e4cd1ebbb421e9c92b602c0 /NorthstarDLL/NorthstarDLL.vcxproj
parent3a6162627155ec48244c5870729c67fd201e6d6f (diff)
downloadNorthstarLauncher-9b6731de9a0980515d1d8954f46935a1445dcf02.tar.gz
NorthstarLauncher-9b6731de9a0980515d1d8954f46935a1445dcf02.zip
Expose Cursor Position to UI vm (#387)
* add NSGetCursorPosition * fix vs filters * fix clang formatting * Create wininfo.h * Create wininfo.cpp * add wininfo to compiler options * add wininfo to filters * move wininfo * clamp position to screen size
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index 35062012..ebbeb375 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -447,6 +447,7 @@
<ClInclude Include="squirrel\squirreldatatypes.h" />
<ClInclude Include="util\utils.h" />
<ClInclude Include="util\version.h" />
+ <ClInclude Include="util\wininfo.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\include\spdlog\fmt\bundled\LICENSE.rst" />
@@ -504,6 +505,7 @@
</ClCompile>
<ClCompile Include="plugins\plugins.cpp" />
<ClCompile Include="scripts\client\clientchathooks.cpp" />
+ <ClCompile Include="scripts\client\cursorposition.cpp" />
<ClCompile Include="scripts\client\scriptbrowserhooks.cpp" />
<ClCompile Include="scripts\client\scriptmainmenupromos.cpp" />
<ClCompile Include="scripts\client\scriptmodmenu.cpp" />
@@ -536,6 +538,7 @@
<ClCompile Include="util\printmaps.cpp" />
<ClCompile Include="util\utils.cpp" />
<ClCompile Include="util\version.cpp" />
+ <ClCompile Include="util\wininfo.cpp" />
</ItemGroup>
<ItemGroup>
<MASM Include="audio_asm.asm" />
@@ -544,4 +547,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>