文件名称:rawinput
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 18.22kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
主要流程:
1、向系统注册一个或者多个原始输入设备
2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程
3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据
简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。
-main processes : 1, the registration system to one or more original input device 2, You registered in the original input data equipment changes, the system sends a message and the new data to your process 3, GetRawInputData or call to obtain this GetRawInputBuffer some simple modification of the data, some of the information need not remove the head slightly changed the document, because some of the SDK bit. Then increasing the current keyboard focus window judgment (realization of a simple, but very convenient to use up :).
1、向系统注册一个或者多个原始输入设备
2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程
3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据
简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。
-main processes : 1, the registration system to one or more original input device 2, You registered in the original input data equipment changes, the system sends a message and the new data to your process 3, GetRawInputData or call to obtain this GetRawInputBuffer some simple modification of the data, some of the information need not remove the head slightly changed the document, because some of the SDK bit. Then increasing the current keyboard focus window judgment (realization of a simple, but very convenient to use up :).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 73462686rawinput.rar 列表 rawinput\KBDLogger\KBDLogger.cpp rawinput\KBDLogger\KBDLogger.dsp rawinput\KBDLogger\KBDLogger.dsw rawinput\KBDLogger\KBDLogger.ico rawinput\KBDLogger\KBDLogger.ncb rawinput\KBDLogger\KBDLogger.opt rawinput\KBDLogger\KBDLogger.rc rawinput\KBDLogger\rawinput.cpp rawinput\KBDLogger\rawinput.h rawinput\KBDLogger\resource.h rawinput\KBDLogger\vkey.h rawinput\KBDLogger rawinput