#include <VRJugglerButtons.h>
Inheritance diagram for VRJugglerButtons:
Public Methods | |
VRJugglerButtons (VRJugglerScene *scene) | |
virtual const char * | device_name () const |
virtual Buttons * | clone () |
virtual void | update () |
virtual int | alive () |
Protected Methods | |
virtual int | do_start (const SensorConfig *) |
Check that we are running in a VRJuggler environment. More... | |
Protected Attributes | |
VRJugglerScene * | mScene |
Definition at line 26 of file VRJugglerButtons.h.
|
Definition at line 25 of file VRJugglerButtons.C. Referenced by clone. |
|
Definition at line 32 of file VRJugglerButtons.h. |
|
Implements Buttons. Definition at line 30 of file VRJugglerButtons.h. References mScene, and VRJugglerButtons. |
|
Implements Buttons. Definition at line 29 of file VRJugglerButtons.h. |
|
Check that we are running in a VRJuggler environment.
Reimplemented from Buttons. Definition at line 28 of file VRJugglerButtons.C. |
|
Implements Buttons. Definition at line 34 of file VRJugglerButtons.C. References VRJugglerScene::getWandButton, mScene, and Buttons::stat. |
|
Definition at line 37 of file VRJugglerButtons.h. |