[Missing <summary> documentation for "M:Bespoke.Common.InputManager.MouseWheel(System.UInt32)"]

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

Syntax

C#
public static void MouseWheel(
	uint value
)
Visual Basic (Declaration)
Public Shared Sub MouseWheel ( _
	value As UInteger _
)
Visual C++
public:
static void MouseWheel(
	unsigned int value
)

Parameters

value
Type: System..::.UInt32

[Missing <param name="value"/> documentation for "M:Bespoke.Common.InputManager.MouseWheel(System.UInt32)"]

See Also