4bd601d82a
Fix that Windows receive WINDOW_EVENT_MOUSE_EXIT on startup. When moving the mouse cursor from one window to a different one, make sure that the first window receives the WINDOW_EVENT_MOUSE_EXIT event before the second window receives the WINDOW_EVENT_MOUSE_ENTER event. Send Mouse-Move events also for Windows, that are currently not focused. For determining the currently hovered window, consider not just the currently focused window, but also other windows. Send mouse move events to focused window instead of hovered window. |
||
---|---|---|
.. | ||
export | ||
crash_handler_windows.cpp | ||
crash_handler_windows.h | ||
detect.py | ||
display_server_windows.cpp | ||
display_server_windows.h | ||
gl_manager_windows.cpp | ||
gl_manager_windows.h | ||
godot.ico | ||
godot.natvis | ||
godot_res.rc | ||
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 | ||
os_windows.h | ||
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
- 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.