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

#include <Widget.hpp>

Inheritance diagram for Widget::KeyboardEvent:
Widget::BaseEvent

Public Member Functions

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

Public Attributes

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

Detailed Description

Keyboard event. press True if the key was pressed, false if released. key Unicode point of the key pressed.

See also
onKeyboard

Constructor & Destructor Documentation

Widget::KeyboardEvent::KeyboardEvent ( )
inlinenoexcept

Constuctor


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