Esempio n. 1
0
    /*
     * Open the window where the mapping will be shown to the user
     */
    static void GetXBOX360Controller()
    {
        ControllerWindow _window = new ControllerWindow();

        _window.titleContent = new GUIContent("Controller Mapping");
        _window.Init();
        _window.Show();
    }