OSVR
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Gestures.IController Class Referenceabstract

Abstract class which is responsible for tracking transform data for a VR headset. More...

Inheritance diagram for Gestures.IController:
Gestures.TouchController

Public Member Functions

abstract GTransform QueryGTransform ()
 Generate the data representing the necessary transform data for a given controller More...
 
abstract bool GestureActive ()
 This method will query the controller to determine whether the gesture should be tracked or not. More...
 

Detailed Description

Abstract class which is responsible for tracking transform data for a VR headset.

Although we have only provided support for Oculus Rift Touch Controllers, any headset may be used if an appropriate concrete implementation of this class is created

Member Function Documentation

abstract bool Gestures.IController.GestureActive ( )
pure virtual

This method will query the controller to determine whether the gesture should be tracked or not.

The most common implementation of this method simply returns whether a specific button is pressed.

Returns
Return true if a gesture should be active, false otherwise

Implemented in Gestures.TouchController.

abstract GTransform Gestures.IController.QueryGTransform ( )
pure virtual

Generate the data representing the necessary transform data for a given controller

Returns
Returns GTransform instance containing transform data

Implemented in Gestures.TouchController.


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