函数简介:
按下并释放指定字符键
函数原型:long KeyPressChar(key_str)
参数定义:
key_str 字符串: 字符,如"A","a","1"等
返回值:
整形数:成功返回1,失败返回0
示例:
g_lw->KeyPressChar("A");