Windows: Implement DisplayServer::dialog_show and DisplayServer::dialog_input_text

This commit is contained in:
398utubzyt
2024-02-18 16:56:32 -08:00
parent f77bc87211
commit 99500611b2
5 changed files with 335 additions and 4 deletions

13
godot.manifest Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity
type='win32'
name='Microsoft.Windows.Common-Controls'
version='6.0.0.0' processorArchitecture='*'
publicKeyToken='6595b64144ccf1df'
language='*'/>
</dependentAssembly>
</dependency>
</assembly>