码迷,mamicode.com
首页 >  
搜索关键字:gaming mouse    ( 1193个结果
Gaming Mouse术语解析
1. DPI(dot per inch):  DPI是鼠标移动每英寸时汇报给系统的点数。 2. CPI:  CPI是鼠标移动1英寸时向系统发出的移动信号的数量。 3. MouseSpeed, MouseThreshold1 和 MouseThreshold2: MouseSpeed决定当鼠标移动时,光标应该以多快的速度(pixel的数量)移动以与之对应。这三个参数共同决定...
分类:其他好文   时间:2015-08-12 13:21:12    阅读次数:723
Gaming鼠标术语解析
1. DPI(dot per inch):  DPI是鼠标移动每英寸时汇报给系统的点数。 2. CPI:  CPI是鼠标移动1英寸时向系统发出的移动信号的数量。 3. MouseSpeed, MouseThreshold1 和 MouseThreshold2: MouseSpeed决定当鼠标移动时,光标应该以多快的速度(pixel的数量)移动以与之对应。这三个参数共同决定...
分类:其他好文   时间:2015-08-12 11:30:50    阅读次数:257
win7 关闭状态栏或任务栏缩略图的方法,禁止预览功能
这种预览功能会严重干扰工作.取消的方式只有一种就是进注册表修改. 电脑右下角,点击开始菜单,找到运行,输入regedit后即打开了注册.然后找到.HKEY_CURRENT_USER\Control Panel\Mouse里面的MouseHoverTime改一下,原...
分类:Windows程序   时间:2015-08-11 08:41:32    阅读次数:259
Canvas事件处理
鼠标事件 canvas.onmousedown = function(e ) {//React to the mouse down event }; canvas.addEventListener('mousedown', function(e ) { //React to the mouse do...
分类:其他好文   时间:2015-08-10 10:33:34    阅读次数:12769
android studio 的部分设置
1.android studio 如何提示方法的用法在Eclipse中鼠标放上去就可以提示方法的用法,实际上Android Studio也可以设置的。如图Preferences > Editor >Generan> Show doc on mouse move:勾选上2.android studio...
分类:移动开发   时间:2015-08-05 12:39:32    阅读次数:124
【Java EE 学习第25天】【网上图书商城js小技术点总结】
1.日历控件的使用日历控件源代码: 1 /** 2 * add auto hide when mouse moveout 3 * 4 * @version 1.0.1 5 * @date 2010-11-23 6 * @author coraldane@gmail.com ...
分类:编程语言   时间:2015-08-02 21:20:50    阅读次数:140
以前写的在wp7模拟器测试应用的测试框架
本框架预留了不同执行平台的扩展接口,只实现了windows下的。支持脚本录制。脚本回放。测试日志。现在wp基本上很少有人开发应用了。这个代码其实可以稍加修改,测试其他窗口程序。github地址:https://github.com/csusheep/mouse_recorder.git录制:打开wp...
分类:其他好文   时间:2015-07-29 18:56:55    阅读次数:147
华特迪士尼语录
这里为大家呈现华特迪士尼先生最被广泛应用的语录条目,这些条目也同样在下面的分类中呈现。"I only hope that we never lose sight of one thing - that it was all started by a mouse."我只希望人们不要忘记一件事,那就是一...
分类:其他好文   时间:2015-07-29 00:26:54    阅读次数:239
常见设备文件名
IDE硬盘/dev/hd[a-d]SCSI/SATA/USB硬盘/dev/sd[a-p]U盘/dev/sd[a-p]跟SATA相同,现在计算机大部分用SATA接口的硬盘软驱/dev/fd[0-1]现在基本没有软驱了打印机25针:/dev/lp[0-2]USB:/dev/usb/lp[0-15]现在大部分都用USB接口的打印机鼠标USB:/dev/usb/mouse[0-15]PS2:/dev/psaux..
分类:其他好文   时间:2015-07-28 14:46:38    阅读次数:199
hdu 杭电1509 Windows Message Queue
Problem Description Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something happens to this process, such as mouse click, text...
分类:Windows程序   时间:2015-07-28 10:44:58    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!