DISTRHO Plugin Framework
Public Member Functions | Public Attributes | List of all members
Widget::ScrollEvent Struct Reference

#include <Widget.hpp>

Inheritance diagram for Widget::ScrollEvent:
Widget::BaseEvent

Public Member Functions

 ScrollEvent () noexcept
 
- Public Member Functions inherited from Widget::BaseEvent
 BaseEvent () noexcept
 
virtual ~BaseEvent () noexcept
 

Public Attributes

Point< int > pos
 
Point< float > delta
 
- Public Attributes inherited from Widget::BaseEvent
uint mod
 
uint32_t time
 

Detailed Description

Mouse scroll event. pos The widget-relative coordinates of the pointer. delta The scroll distance.

See also
onScroll

Constructor & Destructor Documentation

◆ ScrollEvent()

Widget::ScrollEvent::ScrollEvent ( )
inlinenoexcept

Constuctor


The documentation for this struct was generated from the following file: