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

#include <Widget.hpp>

Inheritance diagram for Widget::SpecialEvent:
Widget::BaseEvent

Public Member Functions

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

Public Attributes

bool press
 
Key key
 
- Public Attributes inherited from Widget::BaseEvent
uint mod
 
uint flags
 
uint time
 

Detailed Description

Special keyboard event.

This event allows the use of keys that do not have unicode points. Note that some are non-printable keys.

press True if the key was pressed, false if released. key The key pressed.

See also
onSpecial

Constructor & Destructor Documentation

◆ SpecialEvent()

Widget::SpecialEvent::SpecialEvent ( )
inlinenoexcept

Constructor


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