Backends: SDL2, SDL3: SDL_EVENT_MOUSE_WHEEL event doesn't require dividing by 100.0f on Emscripten. (#4019, #6096, #1463)

Ref https://github.com/libsdl-org/SDL/issues/10454#issuecomment-2434187317
This commit is contained in:
ocornut
2024-10-24 14:47:23 +02:00
parent 062e580436
commit 06092a9756
3 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ Breaking changes:
Other changes:
- Backends: DX12: Unmap() call specify written range. The range is informational and may be used by debug tools.
- Backends: SDL3: Update for SDL3 api change: SDL_EVENT_MOUSE_WHEEL event doesn't require dividing by 100.0f
on Emscripten target. (#4019, #6096, #1463)
-----------------------------------------------------------------------
VERSION 1.91.4 (Released 2024-10-18)