SourceEnum MouseWheelUnit
from egui import MouseWheelUnitMouseWheelUnit.Line
MouseWheelUnit.Page
MouseWheelUnit.PointThe unit associated with the numeric value of a mouse wheel event
from egui import MouseWheelUnitMouseWheelUnit.Line
MouseWheelUnit.Page
MouseWheelUnit.PointThe unit associated with the numeric value of a mouse wheel event
MouseWheelUnit.Line Enum value§MouseWheelUnit.Page Enum value§MouseWheelUnit.Point Enum value§@staticmethod
def all() -> list[MouseWheelUnit]§def name(self, /) -> str§