码迷,mamicode.com
首页 >  
搜索关键字:gaming mouse    ( 1193个结果
gvim生存配置
set guioptions-=Tcolorscheme desertset clipboard+=unnamedset mouse=a winpos 200 50set lines=20 columns=60set autoindent set cindent set backspace=inde...
分类:系统相关   时间:2014-11-07 18:36:55    阅读次数:229
jQuery UI API - 可拖拽小部件(Draggable Widget)(转)
所属类别交互(Interactions)用法描述:允许使用鼠标移动元素。版本新增:1.0依赖:UI 核心(UI Core)部件库(Widget Factory)鼠标交互(Mouse Interaction)注释:让被选元素可被鼠标拖拽。如果您不只是拖拽,而是拖拽 & 放置,请查看jQuery UI ...
分类:Windows程序   时间:2014-11-06 16:54:33    阅读次数:428
jQuery的事件click
不管是在asp.net 还是asp.net mvc中,对象的click事件是我们最常用到的一个事件,说明用户click点击一下mouse的左键,铵下并放开的事件。今天已经是十一月份了,学习又是新的开始,新创建一个控制器NovemberController.cs,没有什么特别情况,本月所有的练习均在此...
分类:Web程序   时间:2014-11-02 00:25:58    阅读次数:361
how to remove MouseListener / ActionListener on a JTextField(转)
I have the following code adding an ActionListener to a JTextField:chatInput.addMouseListener(new java.awt.event.MouseAdapter() { public void mouse...
分类:其他好文   时间:2014-10-22 09:53:09    阅读次数:124
解决 安装驱动程序后设备管理器中显示黄色问号
其实很简单,在inf中有中设置图表索引显示黄色问号肯定说明 你是这样填写的HKR,,Icon,,"-18" PCI设备要改成 -5 数值如下Computer 0 Display 2 Mouse 5 Keyboard 6 FDC 9 HDC 9 Ports 10 Net 15 System 0 Sound 8 Printer 14 Monitor 2 Network Transport 3 Netw...
分类:其他好文   时间:2014-10-20 17:29:28    阅读次数:337
pygame之hello world
安装pygame ?sudo?apt-get?install?python-pygame 第一个小程序:hello.py #!/usr/bin/env?python ?#?-*-?coding:?utf-8?-*-? ? background_image_filename?=?‘sushiplate.jpg‘ mouse_image_filena...
分类:其他好文   时间:2014-10-15 22:18:01    阅读次数:267
android设置鼠标速度
方法一:     在android/jni/com_android_server_input_InputManagerService.cpp的276行,初始化InputManager对象的时候可以设置鼠标的速度, mLocked.pointerSpeed = 0;//范围是-7到7,默认是0,-7最慢,7最快。 方法二:     在apk里面设置鼠标速度,调用InputManage...
分类:移动开发   时间:2014-10-15 16:01:09    阅读次数:197
HDU 1505 City Game(01矩阵 dp)
Problem Description Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees,f...
分类:其他好文   时间:2014-10-14 23:03:49    阅读次数:178
C# 系统应用之鼠标模拟技术及自动操作鼠标
游戏程序的操作不外乎两种——键盘输入控制和鼠标输入控制,几乎所有游戏中都使用鼠标来改变角色的位置和方向,本文主要是讲述如何使用C#调用Windows API函数实现鼠标模拟操作的功能.首先通过结合FindWindow和FindWindowEx寻找到窗体的按钮,在通过SetCursorPos或mouse_event函数操作鼠标,同时涉及到通过spy++工具获取窗体消息的信息.同时有代码讲解和gif运行结果,基础文章希望对大家有所帮助~...
分类:Windows程序   时间:2014-10-13 22:03:37    阅读次数:376
jquery图片播放插件Fancybox(灯箱)
效果预览Demo源码下载Fancybox的特点如下:可以支持图片、html文本、flash动画、iframe以及ajax的支持可以自定义播放器的CSS样式可以以组的形式进行播放如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片Fanc...
分类:Web程序   时间:2014-09-24 16:17:47    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!