floatingpointer 82ad6a3dad Update joypad_windows.cpp 2 年之前
..
doc_classes 5c57b3aba4 Fix docs after renaming export option 2 年之前
export fed41ae520 Fix Windows console wrapper and icon being swapped 2 年之前
README.md 491ded1898 Minor typo and docs URL fixes 2 年之前
SCsub d3265cf518 [Windows] Add main executable to the console wrapper dependencies to prevent simultaneous linking. 2 年之前
console_wrapper_windows.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
crash_handler_windows.cpp 68163f5643 [Windows] Detect missing DLL dependencies and list them in the open_dynamic_library error message. 2 年之前
crash_handler_windows.h d95794ec8a One Copyright Update to rule them all 2 年之前
detect.py cd2e003a05 Build system: add option for MSVC incremental linking. 2 年之前
display_server_windows.cpp 02c6d985b8 Fix native popups auto-closing when interacting with non-client area. 1 年之前
display_server_windows.h 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 年之前
gl_manager_windows.cpp fdfa59ee6c [Windows] Fix not applying NVIDIA profile to new executables 1 年之前
gl_manager_windows.h 938a837056 Disable NVIDIA's threaded optimization on Windows 2 年之前
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 年之前
godot.natvis 0c46b5f8e9 added more data structures to Natvis for msdev 3 年之前
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 年之前
godot_res.rc dc61323b2c PCK: Set VERSION_PATCH in header, factor out header magic 5 年之前
godot_res_wrap.rc 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 年之前
godot_windows.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
joypad_windows.cpp 82ad6a3dad Update joypad_windows.cpp 1 年之前
joypad_windows.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
key_mapping_windows.cpp 5d35c600d5 [Linux/X11] Add some missing keycodes/scancodes. 2 年之前
key_mapping_windows.h daad4aed62 Cleanup and unify keyboard input. 2 年之前
lang_table.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
os_windows.cpp 4944a07044 Windows: Always double-quote path when launching explorer.exe to browse 1 年之前
os_windows.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
platform_config.h d95794ec8a One Copyright Update to rule them all 2 年之前
platform_windows_builders.py 865c637279 SCons: Fix `separate_debug_symbols` option for Windows/MinGW 2 年之前
tts_windows.cpp c2edf14faf Merge pull request #75881 from bruvzg/win_coinit 2 年之前
tts_windows.h 92b9806dcc Windows TTS: Use HashMap instead of RBMap for ids 2 年之前
vulkan_context_win.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
vulkan_context_win.h d95794ec8a One Copyright Update to rule them all 2 年之前
windows_terminal_logger.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前
windows_terminal_logger.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 年之前

README.md

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