Uranium
Application Framework
|
Public Member Functions | |
def | __init__ |
def | horizontal (self) |
def | vertical (self) |
![]() | |
def | __init__ |
def | x (self) |
def | y (self) |
def | lastX (self) |
def | lastY (self) |
def | deltaX (self) |
def | deltaY (self) |
def | buttons (self) |
Additional Inherited Members | |
![]() | |
string | LeftButton = "left" |
string | RightButton = "right" |
string | MiddleButton = "middle" |
Event relating to what's happening with the scroll wheel of a mouse.
def UM.Event.WheelEvent.horizontal | ( | self, | |
int | |||
) |
How far the scroll wheel was scrolled horizontally, in eighths of a degree. To the right is positive. To the left is negative.
def UM.Event.WheelEvent.vertical | ( | self, | |
int | |||
) |
How far the scroll wheel was scrolled vertically, in eighths of a degree. Up is positive. Down is negative.