ScrollEvent
Inherits: Event[EventControlType]
The pointer issued a scroll event.
Properties
-
global_position(Offset) –The coordinate of the position of the pointer, in logical pixels
-
local_position(Offset) –The coordinate of the position of the pointer, in logical pixels
-
scroll_delta(Offset) –The amount to scroll, in logical pixels.
Properties#
global_position
class-attribute
instance-attribute
#
The coordinate of the position of the pointer, in logical pixels in the global coordinate space.
local_position
class-attribute
instance-attribute
#
The coordinate of the position of the pointer, in logical pixels in the local coordinate space.