godot/platform/windows
Rémi Verschelde a140d469d7
Merge pull request #70612 from floppyhammer/fix-dark-title-bar
Fix dark title bar on Windows 11
2023-01-03 12:18:18 +01:00
..
export add missing comma in file filter 2022-12-17 13:45:22 +01:00
console_wrapper_windows.cpp Fix misc formatting issues 2022-11-14 19:00:48 +01:00
crash_handler_windows.cpp [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace when symbols are missing. 2022-11-29 11:12:54 +02:00
crash_handler_windows.h
detect.py Windows: Make MSVC debug CRT opt-in (debug_crt=yes) 2022-12-05 15:56:12 +01:00
display_server_windows.cpp Fix dark title bar 2022-12-27 14:54:38 +08:00
display_server_windows.h Fix dark title bar 2022-12-27 14:54:38 +08:00
gl_manager_windows.cpp Set vsync on window creation when using GLES3. 2022-11-15 14:14:21 -08:00
gl_manager_windows.h Set vsync on window creation when using GLES3. 2022-11-15 14:14:21 -08:00
godot_console.ico [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot_res_wrap.rc [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot_res.rc
godot_windows.cpp
godot.ico [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot.natvis
joypad_windows.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
joypad_windows.h
key_mapping_windows.cpp
key_mapping_windows.h
lang_table.h
logo.png
os_windows.cpp Fix reading Unicode from stdio. 2022-12-21 09:07:59 +02:00
os_windows.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
platform_config.h Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
platform_windows_builders.py SCons: Fix separate_debug_symbols option for Windows/MinGW 2022-12-21 13:52:49 +01:00
README.md
SCsub
tts_windows.cpp
tts_windows.h
vulkan_context_win.cpp
vulkan_context_win.h
windows_terminal_logger.cpp
windows_terminal_logger.h

Windows platform port

This folder contains the C++ code for the Windows platform port.

See also misc/dist/windows folder for additional files used by this platform.

Documentation