[mythtv] mythgame - pagedown

mmcconnell at uniserve.com mmcconnell at uniserve.com
Mon Feb 23 13:58:09 EST 2004


A nice addition to mythgame is;

Adding 
        else if (action == "2")
            game_tree_list->pageUp();
        else if (action == "8")
            game_tree_list->pageDown();
To
        void GameTree::keyPressEvent(QKeyEvent *e)
In
        gametree.cpp


More information about the mythtv-dev mailing list