Sistema Operativo Ubuntu Linux

There is proper functionality for mouse wheel behaviour with pygame 2 supportingpygame.MOUSEWHEEL events. The new events support horizontal and verticalscroll movements, with signed integer values representing the amount scrolled(x and y), as well as flipped direction (the set positive andnegative values for each axis is flipped). Read more about SDL2input-related changes here