Appearance
using FBroSharp.Const; namespace FBroSharp.DataType; public struct FBroSharpMouseEvent { public int x; public int y; public FBroSharpEventFlags modifiers; }