Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5178 in orxonox.OLD for trunk/src/lib/shell/shell.h


Ignore:
Timestamp:
Sep 13, 2005, 12:12:11 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: added class ShellInput for the InputLine, also worked a bit on ShellCompletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.h

    r5176 r5178  
    99#include "element_2d.h"
    1010#include "event_listener.h"
    11 //#include "shell_buffer.h"
    1211
    1312#include <stdarg.h>
    14 
    15 #define      SHELL_BUFFER_SIZE       16384
    1613
    1714// FORWARD DECLARATION
     
    5956    void addCharacters(const char* characters);
    6057    void removeCharacters(unsigned int characterCount = 1);
     58    void setRepeatDelay(float repeatDelay, float repeatRate);
    6159    bool executeCommand();
    6260
    6361    void clear();
    6462
    65     void setRepeatDelay(float repeatDelay, float repeatRate);
    6663
    6764    // EventListener
Note: See TracChangeset for help on using the changeset viewer.