using System; using System.Collections.Generic; using System.Text; namespace Apewer.Models { /// public struct MouseEvent { /// public int Hook; /// public int X; /// public int Y; /// public long Button; } }