view native/PhantomOmni/HapticException.cpp @ 8:ea7885bd9bff tip

fixed bug : render solid line as dotted/dashed when moving the stylus from dotted/dashed to solid
author ccmi-guest
date Thu, 03 Jul 2014 16:12:20 +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";
}