Boost.UI
User Interface Boost library
|
Keyboard event class that holds information about keyboard when event was generated. More...
Public Member Functions | |
int | key_code () const |
Returns associated key code. | |
char32_t | get_char () const |
Returns associated character. | |
Public Member Functions inherited from boost::ui::keyboard_state | |
bool | ctrl () const |
Returns true only if Control key is pressed. | |
bool | shift () const |
Returns true only if Shift key is pressed. | |
bool | alt () const |
Returns true only if Alt key is pressed. | |
bool | meta () const |
Returns true only if Meta key is pressed. | |
Keyboard event class that holds information about keyboard when event was generated.