// ----------------------------------------------------------------------- // // Copyright 2013 MIT Licence. See licence.md for more information. // // ----------------------------------------------------------------------- namespace Perspex.Input { public class PointerWheelEventArgs : PointerEventArgs { public Vector Delta { get; set; } } }