Exemple #1
0
    /**
     * Highlight the new UI element.
     */
    private void Highlight(MenuEntry segue)
    {
        // Highlight our new segue.
        this.current.Highlight(false);
        segue.Highlight(true);

        this.current = segue;
    }