Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 2:53:57 PM (15 years ago)
Author:
scheusso
Message:

cursor now working again in dedicated server console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp4/src/orxonox/gamestates/GSDedicated.h

    r3121 r3126  
    6161        static void resetTerminalMode();
    6262       
     63        void insertCharacter( unsigned int position, char c );
     64        void deleteCharacter( unsigned int position );
     65       
    6366        Server*                 server_;
    6467        float                   timeSinceLastUpdate_;
     
    7376        std::queue<std::string> commandQueue_;
    7477        static termios*         originalTerminalSettings_;
     78       
     79        unsigned int            cursorX_;
     80        unsigned int            cursorY_;
    7581    };
    7682}
Note: See TracChangeset for help on using the changeset viewer.