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

📄 adb_mouse.h

📁 linux得一些常用命令,以及linux环境下的c编程
💻 H
字号:
#ifndef _LINUX_ADB_MOUSE_H#define _LINUX_ADB_MOUSE_H/* * linux/include/linux/mac_mouse.h * header file for Macintosh ADB mouse driver * 27-10-97 Michael Schmitz * copied from: * header file for Atari Mouse driver * by Robert de Vries (robert@and.nl) on 19Jul93 */struct mouse_status {	char		buttons;	short		dx;	short		dy;	int		ready;	int		active;	struct wait_queue *wait;	struct fasync_struct *fasyncptr;};#endif

⌨️ 快捷键说明

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