XSightInputMode

Description

XSight input mode.

namespace XSightInputMode
{
	enum Type
	{
		ModeLevel,
		ModePulseRising,
		ModePulseFalling
	};
}