C# (CSharp) OpenTK.Input MouseWheelEventArgs - 45 examples found. These are the top rated real world C# (CSharp) examples of OpenTK.Input.MouseWheelEventArgs extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Defines the event data for MouseDevice.WheelChanged events.
Do not cache instances of this type outside their event handler. If necessary, you can clone an instance using the MouseWheelEventArgs(MouseWheelEventArgs) constructor.