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

📄 xtest1dd.h

📁 远程桌面连接工具
💻 H
字号:
/* $XFree86: xc/programs/Xserver/Xext/xtest1dd.h,v 3.0 1996/05/06 05:55:43 dawes Exp $ *//************************************************************Copyright 1996 by Thomas E. Dickey <dickey@clark.net>                        All Rights ReservedPermission to use, copy, modify, and distribute this software and itsdocumentation for any purpose and without fee is hereby granted,provided that the above copyright notice appear in all copies and thatboth that copyright notice and this permission notice appear insupporting documentation, and that the name of the above listedcopyright holder(s) not be used in advertising or publicity pertainingto distribution of the software without specific, written priorpermission.THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARDTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITYAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BELIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ANACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OFOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.********************************************************/#ifndef XTEST1DD_H#define XTEST1DD_H 1extern	short		xtest_mousex;extern	short		xtest_mousey;extern	int		playback_on;extern	ClientPtr	current_xtest_client;extern	ClientPtr	playback_client;extern	KeyCode		xtest_command_key;extern void stop_stealing_input(#if NeedFunctionPrototypes	void#endif);extern voidsteal_input(#if NeedFunctionPrototypes	ClientPtr              /* client */,	CARD32                 /* mode */#endif);extern voidflush_input_actions(#if NeedFunctionPrototypes	void#endif);extern voidXTestStealJumpData(#if NeedFunctionPrototypes2	short                  /* jx */,	short                  /* jy */,	int                    /* dev_type */#endif);extern voidXTestStealMotionData(#if NeedFunctionPrototypes2	short                  /* dx */,	short                  /* dy */,	int                    /* dev_type */,	short                  /* mx */,	short                  /* my */#endif);extern BoolXTestStealKeyData(#if NeedFunctionPrototypes2	CARD8                  /* keycode */,	char                   /* keystate */,	int                    /* dev_type */,	short                  /* locx */,	short                  /* locy */#endif);extern voidparse_fake_input(#if NeedFunctionPrototypes	ClientPtr              /* client */,	char *                 /* req */#endif);extern voidXTestComputeWaitTime(#if NeedFunctionPrototypes	struct timeval *       /* waittime */#endif);extern intXTestProcessInputAction(#if NeedFunctionPrototypes	int                    /* readable */,	struct timeval *       /* waittime */#endif);extern voidabort_play_back(#if NeedFunctionPrototypes	void#endif);extern voidreturn_input_array_size(#if NeedFunctionPrototypes	ClientPtr              /* client */#endif);#endif /* XTEST1DD_H */

⌨️ 快捷键说明

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