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

#include <Widget.hpp>

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

Public Member Functions

 BaseEvent () noexcept
 
virtual ~BaseEvent () noexcept
 

Public Attributes

uint mod
 
uint flags
 
uint time
 

Detailed Description

Base event data. These are the fields present on all Widget events.

mod Currently active keyboard modifiers,

See also
Modifier. mod Event flags,
Flag. time Event timestamp (if any).

Constructor & Destructor Documentation

◆ BaseEvent()

Widget::BaseEvent::BaseEvent ( )
inlinenoexcept

Constructor

◆ ~BaseEvent()

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

Destuctor


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