openscenegraph
Public Member Functions | Public Attributes | List of all members
osgPresentation::KeyPosition Struct Reference

Public Member Functions

 KeyPosition (unsigned int key=0, float x=FLT_MAX, float y=FLT_MAX)
 
void set (unsigned int key=0, float x=FLT_MAX, float y=FLT_MAX)
 

Public Attributes

osgGA::GUIEventAdapter::KeySymbol _key
 
float _x
 
float _y
 

Constructor & Destructor Documentation

osgPresentation::KeyPosition::KeyPosition ( unsigned int  key = 0,
float  x = FLT_MAX,
float  y = FLT_MAX 
)
inline

Member Function Documentation

void osgPresentation::KeyPosition::set ( unsigned int  key = 0,
float  x = FLT_MAX,
float  y = FLT_MAX 
)
inline

References _key, _x, and _y.

Member Data Documentation

osgGA::GUIEventAdapter::KeySymbol osgPresentation::KeyPosition::_key

Referenced by set().

float osgPresentation::KeyPosition::_x

Referenced by set().

float osgPresentation::KeyPosition::_y

Referenced by set().


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