All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
gazebo::common::KeyEvent Class Reference

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. More...
 

Public Attributes

int key
 
EventType type
 Event type. More...
 

Detailed Description

Generic description of a keyboard event.

Member Enumeration Documentation

Key event types enumeration.

Enumerator
NO_EVENT 
PRESS 
RELEASE 

Constructor & Destructor Documentation

gazebo::common::KeyEvent::KeyEvent ( )
inline

Constructor.

Member Data Documentation

int gazebo::common::KeyEvent::key
EventType gazebo::common::KeyEvent::type

Event type.


The documentation for this class was generated from the following file: