⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpkb.h

📁 pgp soucecode pgp soucecode
💻 H
字号:
/*

 * pgpKB.h -- interface for keyboard I/O

 *            The implementation is in pgpKBUnix.c, pgpKBMSDOS.c,

 *            kbvms.c, etc.

 *

 * Copyright (C) 1993-1997 Network Associates Inc. and affiliated companies.  All rights reserved.

 *

 * $Id: pgpKB.h,v 1.2 1999/03/10 02:51:57 heller Exp $

 */



#ifdef __cplusplus

extern "C" {

#endif



int kbOpenKbd(int flags, int InBatchmode);

int kbCloseKbd(int fd);

void kbCbreak(int InBatchmode), kbNorm(void);

int kbGet(void);

void kbFlush(int thorough);



#ifdef __cplusplus

}

#endif

⌨️ 快捷键说明

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