#include <Widget.hpp>
 
  
 | 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 | 
Keyboard event. press True if the key was pressed, false if released. key Unicode point of the key pressed.
| 
 | inlinenoexcept | 
Constuctor
 1.8.8
 1.8.8