Go to the documentation of this file.
34 #ifndef PTLIB_CONSOLECHANNEL_H
35 #define PTLIB_CONSOLECHANNEL_H
73 KeyFuncBase = 0x10100,
74 KeyF1 = KeyFuncBase+1,
88 MouseEvent = 0x40000000,
94 MouseDoubleClick = 0x80,
95 MouseShiftKey = 0x100,
120 virtual PString GetName()
const;
135 virtual int ReadChar();
144 virtual bool SetLocalEcho(
154 virtual bool SetLineBuffered(
173 #include "msos/ptlib/conchan.h"
175 #include "unix/ptlib/conchan.h"
181 #endif // PTLIB_CONSOLECHANNEL_H