WiimoteState Property

WiimoteLib

Current Wiimote state

Namespace:  WiimoteLib
Assembly:  WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.0)

Syntax

C#
public WiimoteState WiimoteState { get; }
Visual Basic (Declaration)
Public ReadOnly Property WiimoteState As WiimoteState
Visual C++
public:
property WiimoteState^ WiimoteState {
	WiimoteState^ get ();
}

See Also