#include <VRPNButtonDevice.H>
Inherits IS3D::PolledDevice.
Public Member Functions | |
VRPNButtonDevice (const std::string &vrpnButtonDeviceName, const Array< std::string > &eventsToGenerate) | |
virtual | ~VRPNButtonDevice () |
void | pollForEvents () |
std::string | getEventName (int buttonNumber) |
Static Public Member Functions | |
static VRPNButtonDevice * | fromConfigVals (const std::string &devname) |
IS3D::VRPNButtonDevice::VRPNButtonDevice | ( | const std::string & | vrpnButtonDeviceName, | |
const Array< std::string > & | eventsToGenerate | |||
) |
virtual IS3D::VRPNButtonDevice::~VRPNButtonDevice | ( | ) | [virtual] |
static VRPNButtonDevice* IS3D::VRPNButtonDevice::fromConfigVals | ( | const std::string & | devname | ) | [static] |
void IS3D::VRPNButtonDevice::pollForEvents | ( | ) | [virtual] |
Implements IS3D::PolledDevice.
std::string IS3D::VRPNButtonDevice::getEventName | ( | int | buttonNumber | ) |