示例#1
0
文件: DiVine.cs 项目: caomw/Auto3D
 public static void KeyUp(RC6Codes code)
 {
     jslibrc_KeyUp(RCCodeBase.keySourceRc6, 0, (int)code);
 }
示例#2
0
文件: DiVine.cs 项目: yartat/Auto3D
 public static void SendKeyEx(RC6Codes code)
 {
     jslibrc_KeyDownEx(RCCodeBase.keySourceRc6, 0, (int)code);
       jslibrc_KeyUpEx(RCCodeBase.keySourceRc6, 0, (int)code);
 }
示例#3
0
文件: DiVine.cs 项目: caomw/Auto3D
 public static void SendKeyEx(RC6Codes code)
 {
     jslibrc_KeyDownEx(RCCodeBase.keySourceRc6, 0, (int)code);
     jslibrc_KeyUpEx(RCCodeBase.keySourceRc6, 0, (int)code);
 }
示例#4
0
文件: DiVine.cs 项目: yartat/Auto3D
 public static void KeyUp(RC6Codes code)
 {
     jslibrc_KeyUp(RCCodeBase.keySourceRc6, 0, (int)code);
 }