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#
class-attribute
      instance-attribute
  
#
    The coordinate of the position of the pointer, in logical pixels in the global coordinate space.
class-attribute
      instance-attribute
  
#
    The coordinate of the position of the pointer, in logical pixels in the local coordinate space.