Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without preserving full backwards compatibility.

magnum.platform.glfw.Application.MouseScrollEvent class

Mouse scroll event

Enums

class Modifier: SHIFT = 1 CTRL = 2 ALT = 4 SUPER = 8
Modifier

Properties

accepted: bool get set
Accepted status of the event
modifiers: InputEvent.Modifier get
Modifiers
offset: Vector2 get
Offset
position: Vector2i get
Position