Mercurial > hg > ccmieditor
view native/PhantomOmni/HapticException.cpp @ 5:d66dd5880081
Added support for Falcon Haptic device and Tablet/Mouse as haptic device
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Tue, 10 Jul 2012 22:39:37 +0100 |
parents | 9e67171477bc |
children |
line wrap: on
line source
#include "HapticException.h" HapticException::HapticException(void){ } HapticException::~HapticException(void){ } const char* HapticException::what() const throw(){ return "Could not initialize Haptic device"; }