mouse.h
资源名称:str711USB.rar [点击查看]
上传用户:yyyd609
上传日期:2022-07-18
资源大小:183k
文件大小:0k
源码类别:
微处理器开发
开发平台:
C/C++
- #ifndef __MOUSE_H__
- #define __MOUSE_H__
- void Mouse_Init(void);
- void Mouse_Action(int deltaX, int deltaY, int buttons);
- #endif