Generic description of a keyboard event.
More...
#include <common/common.hh>
Generic description of a keyboard event.
gazebo::common::KeyEvent::KeyEvent |
( |
| ) |
|
|
inline |
bool gazebo::common::KeyEvent::alt |
Was alt held during this key event?
bool gazebo::common::KeyEvent::control |
Was control held during this key event?
int gazebo::common::KeyEvent::key |
The raw value of the key pressed.
bool gazebo::common::KeyEvent::shift |
Was shift held during this key event?
std::string gazebo::common::KeyEvent::text |
Formatted string of the key pressed (could be uppercase).
The documentation for this class was generated from the following file: