using System; namespace CI.WSANative.Input { public static class WSANativeInput { public static Action PointerPressed { get; set; } public static Action PointerReleased { get; set; } } }