Toggle rumble

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void SetRumble(
	bool on
)
Visual Basic (Declaration)
Public Sub SetRumble ( _
	on As Boolean _
)
Visual C++
public:
void SetRumble(
	bool on
)

Parameters

on
Type: System..::.Boolean
On or off

See Also