From e84b4c7d766bc36b65ec1ed7c537a573f565746a Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Thu, 12 Feb 2026 18:53:25 +0100 Subject: update changelog (https://github.com/floooh/sokol/pull/1442) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7486c7..4599b7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Updates +### 12-Feb-2026 + +- sokol_app.h: 'harmonized' mouse wheel scaling with GLFW. This only affects + Windows and Emscripten. Basically, on Windows and Emscripten mouse wheel + events where scaled to be 4x 'faster' than intended (e.g. a mouse wheel + 'click' was 4 units instead of 1). On macOS and Linux the scaling was already + correct. + + PR: https://github.com/floooh/sokol/pull/1442 + ### 08-Feb-2026 - sokol_app.h ios/mtl: Fix a spurious assert when applying scissor rect after -- cgit v1.2.3