17#ifndef _GAZEBO_KEYEVENT_HH_
18#define _GAZEBO_KEYEVENT_HH_
common
Definition FuelModelDatabase.hh:37
Generic description of a keyboard event.
Definition KeyEvent.hh:33
std::string text
Formatted string of the key pressed (could be uppercase).
Definition KeyEvent.hh:47
EventType
Key event types enumeration.
Definition KeyEvent.hh:38
@ NO_EVENT
Definition KeyEvent.hh:38
@ PRESS
Definition KeyEvent.hh:38
@ RELEASE
Definition KeyEvent.hh:38
EventType type
Event type.
Definition KeyEvent.hh:41
int key
The raw value of the key pressed.
Definition KeyEvent.hh:44
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
bool control
Was control held during this key event?
Definition KeyEvent.hh:50
Forward declarations for the common classes.
Definition Animation.hh:27