Generic description of a keyboard event. More...
#include <common/common.hh>
Public Types | |
enum | EventType { NO_EVENT, PRESS, RELEASE } |
Key event types enumeration. More... |
Public Member Functions | |
KeyEvent () | |
Constructor. |
Public Attributes | |
int | key |
EventType | type |
Event type. |
Generic description of a keyboard event.
|
inline |
Constructor.
int gazebo::common::KeyEvent::key |
EventType gazebo::common::KeyEvent::type |
Event type.