virtualx-engine/platform/windows
Rémi Verschelde 0a3f66471e
Merge pull request #69712 from bruvzg/real_size
Rename `window_get_real_size`, add position counterpart.
2022-12-07 14:29:46 +01:00
..
export [Export] Use image loader directly to avoid "resource as image file" errors. 2022-11-21 10:11:59 +02:00
console_wrapper_windows.cpp
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 Merge pull request #69712 from bruvzg/real_size 2022-12-07 14:29:46 +01:00
display_server_windows.h Rename window_get_real_size to window_get_size_with_decorations, add window_get_position_with_decorations. 2022-12-07 11:07:30 +02:00
gl_manager_windows.cpp
gl_manager_windows.h
godot.ico [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot.natvis
godot_console.ico [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot_res.rc
godot_res_wrap.rc [Windows] Optimize editor icon, use different icon for console executable. 2022-11-29 09:39:03 +02:00
godot_windows.cpp
joypad_windows.cpp
joypad_windows.h
key_mapping_windows.cpp
key_mapping_windows.h
lang_table.h
logo.png
os_windows.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +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
platform_windows_builders.py
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