DISTRHO Plugin Framework
 All Classes Functions Variables Modules Pages
Public Member Functions | Public Attributes | List of all members
Widget::BaseEvent Struct Reference

#include <Widget.hpp>

Inheritance diagram for Widget::BaseEvent:
Widget::KeyboardEvent Widget::MotionEvent Widget::MouseEvent Widget::ScrollEvent Widget::SpecialEvent

Public Member Functions

 BaseEvent () noexcept
 
virtual ~BaseEvent () noexcept
 

Public Attributes

uint mod
 
uint32_t time
 

Detailed Description

Base event data. mod The currently active keyboard modifiers,

See also
Modifier. time The timestamp (if any).

Constructor & Destructor Documentation

Widget::BaseEvent::BaseEvent ( )
inlinenoexcept

Constuctor

virtual Widget::BaseEvent::~BaseEvent ( )
inlinevirtualnoexcept

Destuctor


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