hamncheese/godot/platform/windows
2023-10-05 18:25:25 -05:00
..
doc_classes Updating Godot 2023-10-05 18:25:25 -05:00
export Updating Godot 2023-10-05 18:25:25 -05:00
console_wrapper_windows.cpp Initial commit 2023-08-26 15:59:57 -05:00
crash_handler_windows.cpp Initial commit 2023-08-26 15:59:57 -05:00
crash_handler_windows.h Updating Godot 2023-10-05 18:25:25 -05:00
detect.py Updating Godot 2023-10-05 18:25:25 -05:00
display_server_windows.cpp Updating Godot 2023-10-05 18:25:25 -05:00
display_server_windows.h Updating Godot 2023-10-05 18:25:25 -05:00
gl_manager_windows_angle.cpp Updating Godot 2023-10-05 18:25:25 -05:00
gl_manager_windows_angle.h Updating Godot 2023-10-05 18:25:25 -05:00
gl_manager_windows_native.cpp Updating Godot 2023-10-05 18:25:25 -05:00
gl_manager_windows_native.h Updating Godot 2023-10-05 18:25:25 -05:00
godot.ico Updating build files for new code layout. 2023-08-26 16:19:17 -05:00
godot.natvis Initial commit 2023-08-26 15:59:57 -05:00
godot_console.ico Updating build files for new code layout. 2023-08-26 16:19:17 -05:00
godot_res.rc Initial commit 2023-08-26 15:59:57 -05:00
godot_res_wrap.rc Initial commit 2023-08-26 15:59:57 -05:00
godot_windows.cpp Initial commit 2023-08-26 15:59:57 -05:00
joypad_windows.cpp Initial commit 2023-08-26 15:59:57 -05:00
joypad_windows.h Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_windows.cpp Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_windows.h Initial commit 2023-08-26 15:59:57 -05:00
lang_table.h Initial commit 2023-08-26 15:59:57 -05:00
os_windows.cpp Updating Godot 2023-10-05 18:25:25 -05:00
os_windows.h Initial commit 2023-08-26 15:59:57 -05:00
platform_config.h Updating Godot 2023-10-05 18:25:25 -05:00
platform_gl.h Updating Godot 2023-10-05 18:25:25 -05:00
platform_windows_builders.py Updating Godot 2023-10-05 18:25:25 -05:00
README.md Initial commit 2023-08-26 15:59:57 -05:00
SCsub Updating Godot 2023-10-05 18:25:25 -05:00
tts_windows.cpp Updating Godot 2023-10-05 18:25:25 -05:00
tts_windows.h Initial commit 2023-08-26 15:59:57 -05:00
vulkan_context_win.cpp Initial commit 2023-08-26 15:59:57 -05:00
vulkan_context_win.h Initial commit 2023-08-26 15:59:57 -05:00
wgl_detect_version.cpp Updating Godot 2023-10-05 18:25:25 -05:00
wgl_detect_version.h Updating Godot 2023-10-05 18:25:25 -05:00
windows_terminal_logger.cpp New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
windows_terminal_logger.h Initial commit 2023-08-26 15:59:57 -05:00

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