private static void ShowWindow()
        {
            InputSimulationWindow window = GetWindow <InputSimulationWindow>();

            window.titleContent = new GUIContent("Input Simulation");
            window.Show();
        }
        private static void ShowWindow()
        {
            InputSimulationWindow window = GetWindow <InputSimulationWindow>();

            window.titleContent = new GUIContent("Input Simulation");
            window.minSize      = new Vector2(380.0f, 680.0f);
            window.Show();
        }