Skip to content.
Sections
Personal tools
You are here: Home » Protocols » TTabletDriver

TTabletDriver

Document Actions
PROTOCOL TTabletDriver : public TProtocol {
public:
	static New(char *);
	Delete();
	Init(Rect const &);
	WakeUp();
	ShutDown();
	TabletIdle();
	GetSampleRate();
	SetSampleRate(unsigned long);
	GetTabletCalibration(Calibration *);
	SetTabletCalibration(Calibration const &);
	SetDoingCalibration(unsigned char,unsigned long *);
	GetTabletResolution(long *,long *);
	TabSetOrientation(long);
	GetTabletState();
	GetFingerInputState(unsigned char *);
	SetFingerInputState(unsigned char);
	RecalibrateTabletAfterRotate();
	TabletNeedsRecalibration();
	StartBypassTablet();
	StopBypassTablet();
	ReturnTabletToConsciousness(unsigned long,unsigned long,unsigned long);
};
Created by philz
Last modified 2003-09-09 06:46 AM
 

Powered by Plone