Skip to content
Success

Changes

Summary

  1. Fix Finger (Touch) Input on Windows (commit: e1ec581) (details)
  2. Remove __WINRT__ (OS is not developed anymore by Microsoft) (commit: cd7f212) (details)
  3. Windows 11: Disable Window rounding (commit: 5d2a88e) (details)
  4. Fix: Add inih to workflow (liblcf dep) (commit: 13d7e27) (details)
Commit e1ec581f4035e20481c22394ef129ebd66faf995 by Carsten Teibes
Fix Finger (Touch) Input on Windows

On some devices the ID is not 0-4 but counts upwards.

Introduced a new finger ID field to resolve this.
(commit: e1ec581)
The file was modified src/input_source.cpp (diff)
The file was modified src/input_source.h (diff)
The file was modified src/platform/sdl/sdl2_ui.cpp (diff)
Commit cd7f2120cdea5e0cc192d715b4d4addb457df85b by Carsten Teibes
Remove __WINRT__ (OS is not developed anymore by Microsoft)
(commit: cd7f212)
The file was modified src/platform/sdl/sdl2_ui.cpp (diff)
The file was modified src/platform/sdl/main.cpp (diff)
Commit 5d2a88e7f1d590aada4f3a1a935b7c4d5cfc290f by Carsten Teibes
Windows 11: Disable Window rounding

This looses pixels in the edges of the game.

No error check. Will silently fail when unsupported.
(commit: 5d2a88e)
The file was modified src/platform/sdl/sdl2_ui.cpp (diff)
The file was modified CMakeLists.txt (diff)
Commit 13d7e27fc118f987eda7af4128a5aff9a902292f by Carsten Teibes
Fix: Add inih to workflow (liblcf dep)
(commit: 13d7e27)
The file was modified .github/workflows/stable-compilation.yml (diff)