Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
OIS::Button Class Reference

Button can be a keyboard key, mouse button, etc. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/ois/OISPrereqs.h>

Inheritance diagram for OIS::Button:
OIS::Component

Public Member Functions

 Button ()
 
 Button (bool bPushed)
 
- Public Member Functions inherited from OIS::Component
 Component ()
 
 Component (ComponentType type)
 

Public Attributes

bool pushed
 true if pushed, false otherwise More...
 
- Public Attributes inherited from OIS::Component
ComponentType cType
 Indicates what type of coponent this is. More...
 

Detailed Description

Button can be a keyboard key, mouse button, etc.

Constructor & Destructor Documentation

OIS::Button::Button ( )
inline
OIS::Button::Button ( bool  bPushed)
inline

Member Data Documentation

bool OIS::Button::pushed

true if pushed, false otherwise


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