1d9f732bc4
Fixes #120217 where releasing both left and right shift keys simultaneously would result in one of the shift keys not receiving the KEYUP event. Previously an edge case was implemented that handled shift key release with WM_INPUT for when a shift key was released while the other was held. This change would handle all shift key release with WM_INPUT instead of partially with WM_INPUT and partially with WM_KEYUP for consistent handling.
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.