Sandbox Logo

WorldInput.MouseWheel

Vector2 MouseWheel { get; set; }

Description

Simulate the mouse scroll wheel. You could use <seealso cref="P:Sandbox.Input.MouseWheel" /> Or you could simulate it with the camera view delta for example.

Return

User Comments