【Unity3D—C#】按下任意按键,返回按键的名称以及KeyCode键码详解

更新时间:2023-05-19 06:14:21 阅读: 评论:0

【Unity3D—C#】按下任意按键,返回按键的名称以及
KeyCode键码详解
在OnGUI() 函数内使⽤事件Event⽅法,可返回按键KeyCode。按⼀次键会显⽰两次相同值。
void OnGUI()
{
Event e = Event.current;
if (e.isKey)
Debug.Log("Detected key code: " + e.keyCode);
}
以下内容是KeyCode键码。
KeyCode是由返回的。这些直接映射到键盘上的物理键。
Values值
End key //结束键。
Page up //上页。
Page down //下页。
F1 function key //F1功能键。
F2 function key //F2功能键。
F3 function key //F3功能键。
F4 function key //F4功能键。
F5 function key //F5功能键。
F6 function key //F6功能键。
F7 function key //F7功能键。
F8 function key //F8功能键。
F9 function key //F9功能键。
F10 function key //F10功能键。
F11 function key //F11功能键。
F12 function key //F12功能键。
F13 function key //F13功能键。
F14 function key //F14功能键。
F15 function key //F15功能键。
The '0' key on the top of the alphanumeric keyboard.键盘顶部的数字键'0'。
The '1' key on the top of the alphanumeric keyboard.键盘顶部的数字键'1'。
The '2' key on the top of the alphanumeric keyboard.键盘顶部的数字键'2'。
The '3' key on the top of the alphanumeric keyboard.键盘顶部的数字键'3'。
The '4' key on the top of the alphanumeric keyboard.键盘顶部的数字键'4'。
The '5' key on the top of the alphanumeric keyboard.键盘顶部的数字键'5'。
The '6' key on the top of the alphanumeric keyboard.键盘顶部的数字键'6'。
The '7' key on the top of the alphanumeric keyboard.键盘顶部的数字键'7'。
The '8' key on the top of the alphanumeric keyboard.键盘顶部的数字键'8'。
The '9' key on the top of the alphanumeric keyboard.键盘顶部的数字键'9'。爱情xxx
六年级语文课本
Explaim key //感叹号键'!'。
Double quote key //双引号键。
Hash key //哈希键。
Dollar sign key //美元符号键。
Ampersand key //和,  &(and 的符号)键。
Quote key //单引号键。
Left Parent key //左括号键。
Right Parent key //右括号键。
Asterisk key //星号键 * 。
Plus key //加号键 + 。
Comma ',' key //逗号键 , 。
Colon ':' key //冒号键 : 。Semicolon ';' key //分号键 ; 。Less '<' key //⼩于号键 < 。Equals '=' key //等于号键 = 。Greater '>' key //⼤于号键 > 。Question mark '?' key //问号键 ? 。At key //@符号键。
Left bracket key //左⽅括号键 [ 。Backslash key //反斜杠键 \ 。Right bracket key //右⽅括号键 ] 。Caret key //脱字符键 ^ 。Underscore '_' key //下划线键 _ 。Back quote key //反引号键。
'a' key // a键
'b' key // b键
'c' key // c键银行调节表
'd' key // d键
'e' key // e键
'f' key // f键
'g' key // g键
'h' key // h键
'i' key // i键
'j' key // j键
'k' key // k键
'l' key // l键
'm' key // m键
促销策略有哪些>关于饺子的作文
'n' key // n键
'o' key // o键
'p' key // p键
'q' key // q键
'r' key // r键
's' key // s键
't' key // t键
'u' key // u键
'v' key // v键
'w' key // w键
'x' key // x键
'y' key // y键
'z' key // z键
Numlock key //数字锁定键。Capslock key //⼤写锁定键。Scroll lock key //滚动锁定键。Right shift key //右上档键。
方案交底Left shift key //左上档键。
Right Control key //右控制键。Left Control key //左控制键。
Left Windows key //左Windows键。
Right Apple key //右苹果键。
Right Windows key //右Windows键。
Alt Gr key //右侧更改键。
Help key //帮助键。
一蹴而成Print key //打印键。
Sys Req key //系统请求键。
Break key //中断键。
Menu key //菜单键。
First (primary) mou button
第⼀个(主)⿏标键(⿏标左键)。
Second (condary) mou button
第⼆个(次)⿏标键(⿏标右键)。
三国演义读后感300
Third mou button //第三个⿏标键(⿏标中键)。Fourth mou button //第四个⿏标键
Fifth mou button //第五个⿏标键。
Sixth mou button //第六个⿏标键。
Seventh mou button //第七个⿏标键。
Button 0 on any joystick //⼿柄按键0。
Button 1 on any joystick //⼿柄按键1。
Button 2 on any joystick //⼿柄按键2。
Button 3 on any joystick //⼿柄按键3。
Button 4 on any joystick //⼿柄按键4。
Button 5 on any joystick //⼿柄按键5。
Button 6 on any joystick //⼿柄按键6。
Button 7 on any joystick //⼿柄按键7。
Button 8 on any joystick //⼿柄按键8。
Button 9 on any joystick //⼿柄按键9。
Button 10 on any joystick //⼿柄按键10。
Button 11 on any joystick //⼿柄按键11。
Button 12 on any joystick //⼿柄按键12。
Button 13 on any joystick //⼿柄按键13。
Button 14 on any joystick //⼿柄按键14。
Button 15 on any joystick //⼿柄按键15。
Button 16 on any joystick //⼿柄按键16。
Button 17 on any joystick //⼿柄按键17。
Button 18 on any joystick //⼿柄按键18。
Button 19 on any joystick //⼿柄按键19。
Button 0 on first joystick //第⼀个⼿柄按键0。Button 1 on first joystick //第⼀个⼿柄按键1。Button 2 on first joystick //第⼀个⼿柄按键2。Button 3 on first joystick //第⼀个⼿柄按键3。Button 4 on first joystick //第⼀个⼿柄按键4。Button 5 on first joystick //第⼀个⼿柄按键5。Button 6 on first joystick //
第⼀个⼿柄按键6。Button 7 on first joystick //第⼀个⼿柄按键7。Button 8 on first joystick //第⼀个⼿柄按键8。
Button 12 on first joystick //第⼀个⼿柄按键12。Button 13 on first joystick //第⼀个⼿柄按键13。Button 14 on first joystick //第⼀个⼿柄按键14。Button 15 on first joystick //第⼀个⼿柄按键15。Button 16 on first joystick //第⼀个⼿柄按键16。Button 17 on first joystick //第⼀个⼿柄按键17。Button 18 on first joystick //第⼀个⼿柄按键18。Button 19 on first joystick //第⼀个⼿柄按键19。Button 0 on cond joystick //第⼆个⼿柄按键0。Button 1 on cond joystick //第⼆个⼿柄按键1。Button 2 on cond joystick //第⼆个⼿柄按键2。Button 3 on cond joystick //第⼆个⼿柄按键3。Button 4 on cond joystick //第⼆个⼿柄按键4。Button 5 on cond joystick //第⼆个⼿柄按键5。Button 6 on cond joystick //第⼆个⼿柄按键6。Button 7 on cond joystick //第⼆个⼿柄按键7。Button 8 on cond joystick //第⼆个⼿柄按键8。Button 9 on cond joystick //第⼆个⼿柄按键9。Button 10 on cond joystick //第⼆个⼿柄按键10。Button 11 on cond joystick //第⼆个⼿柄按键11。Button 12 on cond joystick //第⼆个⼿柄按键12。Button 13 on cond joystick //第⼆个⼿柄按键13。Button 14 on cond joystick //第⼆个⼿柄按键14。Button 15 on cond joystick //第⼆个⼿柄按键15。Button 16 on cond joystick //第⼆个⼿柄按键16。Button 17 on cond joystick //第⼆个⼿柄按键17。Button 18 on cond joystick //第⼆个⼿柄按键18。Button 19 on cond joystick //第⼆个
⼿柄按键19。Button 0 on third joystick //第三个⼿柄按键0。Button 1 on third joystick //第三个⼿柄按键1。Button 2 on third joystick //第三个⼿柄按键2。Button 3 on third joystick //第三个⼿柄按键3。Button 4 on third joystick //第三个⼿柄按键4。Button 5 on third joystick //第三个⼿柄按键5。Button 6 on third joystick //第三个⼿柄按键6。Button 7 on third joystick //第三个⼿柄按键7。Button 8 on third joystick //第三个⼿柄按键8。Button 9 on third joystick //第三个⼿柄按键9。Button 10 on third joystick //第三个⼿柄按键10。Button 11 on third joystick //第三个⼿柄按键11。Button 12 on third joystick //第三个⼿柄按键12。Button 13 on third joystick //第三个⼿柄按键13。Button 14 on third joystick //第三个⼿柄按键14。Button 15 on third joystick //第三个⼿柄按键15。Button 16 on third joystick //第三个⼿柄按键16。Button 17 on third joystick //第三个⼿柄按键17。

本文发布于:2023-05-19 06:14:21,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/691039.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:键盘   标键   按键   数字键   锁定键   返回
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图