pgpkb.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 47 行

H
47
字号
/*

 * 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 + =
减小字号Ctrl + -
显示快捷键?