kbd_tty.h

来自「initial working phase of the design of s」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef __KBD_TTY_H#define __KBD_TTY_Hclass kbd_tty{  protected:   void* defaults;   public:   int handle;   void* settings;   int oldkbmode;   kbd_tty();   kbd_tty( int );   ~kbd_tty();   void kbd_reset();   void chvt( int );   void leds( int snc );};#endif /* __KBD_TTY_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?