mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
40d7320a17
Window's with the no_focus flag should still process mouse events and not consume them. Otherwise all mouse pressed operations will not work inside Godot's PopupMenu. This problem is Windows only, all other platforms do process mouse events for PopupMenu's correctly. |
||
---|---|---|
.. | ||
doc_classes | ||
export | ||
console_wrapper_windows.cpp | ||
crash_handler_windows.cpp | ||
crash_handler_windows.h | ||
detect.py | ||
display_server_windows.cpp | ||
display_server_windows.h | ||
gl_manager_windows_angle.cpp | ||
gl_manager_windows_angle.h | ||
gl_manager_windows_native.cpp | ||
gl_manager_windows_native.h | ||
godot_console.ico | ||
godot_res_wrap.rc | ||
godot_res.rc | ||
godot_windows.cpp | ||
godot.ico | ||
godot.natvis | ||
joypad_windows.cpp | ||
joypad_windows.h | ||
key_mapping_windows.cpp | ||
key_mapping_windows.h | ||
lang_table.h | ||
os_windows.cpp | ||
os_windows.h | ||
platform_config.h | ||
platform_gl.h | ||
platform_windows_builders.py | ||
README.md | ||
SCsub | ||
tts_windows.cpp | ||
tts_windows.h | ||
vulkan_context_win.cpp | ||
vulkan_context_win.h | ||
wgl_detect_version.cpp | ||
wgl_detect_version.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
- Compiling for Windows
- Instructions on building this platform port from source.
- Exporting for Windows
- Instructions on using the compiled export templates to export a project.
- Changing application icon for Windows
- Instructions on using a custom icon for the exported project executable.