📄 xistubs.h
字号:
/* $XFree86: xc/programs/Xserver/include/XIstubs.h,v 3.1 1996/04/15 11:34:22 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 XI_STUBS_H#define XI_STUBS_H 1intChangeKeyboardDevice (#if NeedFunctionPrototypes DeviceIntPtr /* old_dev */, DeviceIntPtr /* new_dev */#endif );intChangePointerDevice (#if NeedFunctionPrototypes DeviceIntPtr /* old_dev */, DeviceIntPtr /* new_dev */, unsigned char /* x */, unsigned char /* y */#endif );voidCloseInputDevice (#if NeedFunctionPrototypes DeviceIntPtr /* d */, ClientPtr /* client */#endif );voidAddOtherInputDevices (#if NeedFunctionPrototypes void#endif );voidOpenInputDevice (#if NeedFunctionPrototypes DeviceIntPtr /* dev */, ClientPtr /* client */, int * /* status */#endif );intSetDeviceMode (#if NeedFunctionPrototypes ClientPtr /* client */, DeviceIntPtr /* dev */, int /* mode */#endif );intSetDeviceValuators (#if NeedFunctionPrototypes ClientPtr /* client */, DeviceIntPtr /* dev */, int * /* valuators */, int /* first_valuator */, int /* num_valuators */#endif );intChangeDeviceControl (#if NeedFunctionPrototypes ClientPtr /* client */, DeviceIntPtr /* dev */, xDeviceCtl * /* control */#endif );#endif /* XI_STUBS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -