17 #ifndef _GAZEBO_KEYEVENT_HH_
18 #define _GAZEBO_KEYEVENT_HH_
std::string text
Formatted string of the key pressed (could be uppercase).
Definition: KeyEvent.hh:47
Generic description of a keyboard event.
Definition: KeyEvent.hh:32
EventType type
Event type.
Definition: KeyEvent.hh:41
EventType
Key event types enumeration.
Definition: KeyEvent.hh:38
#define GZ_COMMON_VISIBLE
Definition: system.hh:84
bool alt
Was alt held during this key event?
Definition: KeyEvent.hh:56
bool shift
Was shift held during this key event?
Definition: KeyEvent.hh:53
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