qvfb.h

来自「linux下的图形界面开发minigui最新源代码」· C头文件 代码 · 共 39 行

H
39
字号
/*** $Id: qvfb.h,v 1.2 2003/09/04 03:38:26 weiym Exp $**** qvfb.h: head file of Input Engine for Qt Virtual FrameBuffer**** Copyright (C) 2003 Feynman Software.** Copyright (C) 2001 ~ 2002 Wei Yongming.**** Created by Wei YongMing, 2000/11/26*/#ifndef _IAL_qvfb_h#define _IAL_qvfb_h#define QT_VFB_MOUSE_PIPE       "/tmp/.qtvfb_mouse-%d"#define QT_VFB_KEYBOARD_PIPE    "/tmp/.qtvfb_keyboard-%d"struct QVFbKeyData{    unsigned int unicode;    unsigned int modifiers;    BYTE press;    BYTE repeat;};#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */BOOL InitQVFBInput (INPUT* input, const char* mdev, const char* mtype);void TermQVFBInput (void);#ifdef __cplusplus}#endif  /* __cplusplus */#endif /* _IAL_qvfb_h */

⌨️ 快捷键说明

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