17 #ifndef _GAZEBO_KEYEVENT_HH_ 18 #define _GAZEBO_KEYEVENT_HH_ EventType type
Event type.
Definition: KeyEvent.hh:41
bool alt
Was alt held during this key event?
Definition: KeyEvent.hh:56
Forward declarations for the common classes.
Definition: Animation.hh:33
Generic description of a keyboard event.
Definition: KeyEvent.hh:32
int key
The raw value of the key pressed.
Definition: KeyEvent.hh:44
bool control
Was control held during this key event?
Definition: KeyEvent.hh:50
std::string text
Formatted string of the key pressed (could be uppercase).
Definition: KeyEvent.hh:47
bool shift
Was shift held during this key event?
Definition: KeyEvent.hh:53
EventType
Key event types enumeration.
Definition: KeyEvent.hh:38