码迷,mamicode.com
首页 >  
搜索关键字:mouse    ( 1160个结果
python中字典的使用
python中的字典的特性: 在字典中的元素是散列存放的,没有顺序, 在进行增删改查的时候使用字典中需要的关键字(key)即可。 一: 创建字典 1)直接定义一个: dict = {'ob1':'computer', 'ob2':'mouse', 'ob3':'printer'} 注: 字典中可包含 ...
分类:编程语言   时间:2016-10-08 20:08:09    阅读次数:164
[daily][device][bluetooth] 蓝牙怎么办!
去年地摊买的破蓝牙鼠坏掉了。看上微软的Designer Mouse蓝牙鼠,但是买之前我要确认我能不能驱起来。 这款鼠标只支持蓝牙4.0。系统支持windows8以上,不支持xp和windows7. 其他系统支持mac和android,没写linux。 由于之前也没搞过蓝牙设备,所以需要了解一下lin ...
分类:其他好文   时间:2016-10-08 07:36:40    阅读次数:665
atitit.事件驱动的总结attilax
atitit.事件驱动的总结attilax Keyboard 基于的的ed 与 mouse 基础的ed Kb base on focus .... Mouse base on mouse move... 游戏开发中一个很重要的功能就是交互,如果没有与用户的交互,那么游戏将变成动画,而处理用户交互就需 ...
分类:其他好文   时间:2016-10-07 20:11:28    阅读次数:119
Input.GetAxis("Mouse ScrollWheel")控制摄像机视野缩放
Camera.main.fieldOfView += Input.GetAxis("Mouse ScrollWheel") * 10; Debug.Log(Camera.main.fieldOfView); ...
分类:其他好文   时间:2016-10-04 18:24:11    阅读次数:680
《Qt Quick 4小时入门》学习笔记4
http://edu.csdn.net/course/detail/1042/14806?auto_start=1Qt Quick 4小时入门第七章:处理鼠标与键盘事件1、处理鼠标事件鼠标信号传递一个MouseEvent类型的mouse参数import QtQuick 2.7import QtQui... ...
分类:其他好文   时间:2016-09-24 17:46:25    阅读次数:155
自定义滚动条mCustomScrollbar
mCustomScrollbar 是个基于 jQuery UI 的自定义滚动条插件,它可以让你灵活的通过 CSS 定义网页的滚动条,并且垂直和水平两个方向的滚动条都可以定义,它通过 Brandon Aaron jquery mouse-wheel plugin 提供了鼠标滚动的支持,并且在滚动的过程 ...
分类:其他好文   时间:2016-09-06 16:56:58    阅读次数:294
jquery绑定回车键发送(登录)
$(function(){ $(document).keydown(function(e){ if(e.keyCode==13){ $("#mouse").click(); } }); $("#mouse").click(function(){ alert("hello world!"); }); ...
分类:Web程序   时间:2016-09-01 18:33:43    阅读次数:151
Codeforces707Div2
A Small, but very brave, mouse Brain was not accepted to summer school of young villains. He was upset and decided to postpone his plans of taking ove ...
分类:其他好文   时间:2016-08-22 13:51:42    阅读次数:235
codeforces707A:Brain's Photos
Description Small, but very brave, mouse Brain was not accepted to summer school of young villains. He was upset and decided to postpone his plans of ...
分类:其他好文   时间:2016-08-21 22:35:07    阅读次数:198
Codeforces Round #368 (Div. 2) A
Description Small, but very brave, mouse Brain was not accepted to summer school of young villains. He was upset and decided to postpone his plans of ...
分类:其他好文   时间:2016-08-21 13:45:44    阅读次数:170
1160条   上一页 1 ... 90 91 92 93 94 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!