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

📄 qvfb.h

📁 miniucgui1.30版本的源码
💻 H
字号:
/*** $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -