Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Mouse wheel up is detected by `winwin_mouse_wheel_down`

A topic by MakhamDev created Sep 11, 2024 Views: 87 Replies: 2
Viewing posts 1 to 3
(1 edit)

winwin_mouse_wheel_down read mouse wheel up event. and winwin_mouse_wheel_up not reading (always return 0).

Maybe related, winwin_mouse_wheel_get_delta_y always returns a positive value.

Developer(+1)

Hello, this too should be fixed in 1.0.1 - this was two separate issues:

  • The raw scroll delta was being extracted incorrectly and thus negative deltas would appear as big positive deltas
  • I was too quick to add delta_x/y functions and marked them as returning a bool instead of a number