按下指定的虚拟键码 @param key_str 字符串描述的键码. 大小写无所谓 @return 0: 失败 1:成功
(String key_str)
| 759 | * @return 0: 失败 1:成功 |
| 760 | */ |
| 761 | public int KeyPressChar(String key_str){ |
| 762 | return Dispatch.call(dm,"KeyPressChar",key_str).getInt(); |
| 763 | } |
| 764 | |
| 765 | /** |
| 766 | * 弹起来虚拟键vk_code |