Sets/Gets the width resolution of the two WiiMotes.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Property WiiMoteResolutionWidth As ResolutionWidth
C#
public ResolutionWidth WiiMoteResolutionWidth { get; set; }
Visual C++
public:
property ResolutionWidth WiiMoteResolutionWidth {
	ResolutionWidth get ();
	void set (ResolutionWidth value);
}
JavaScript
function get_wiiMoteResolutionWidth();
function set_wiiMoteResolutionWidth(value);

See Also