C语言做图如何找扫描码
用C语言做图型时如何寻找键盘返回值 也就时扫描码~ 请朋友们帮帮忙 最好游源程序~ 谢谢~:)
参考答案:#include <stdio.h>
int main(void){
unsigned char ret = 0;
ret = getchar();
printf("Key ret %d\n", ret);
return 0;
}
用C语言做图型时如何寻找键盘返回值 也就时扫描码~ 请朋友们帮帮忙 最好游源程序~ 谢谢~:)
参考答案:#include <stdio.h>
int main(void){
unsigned char ret = 0;
ret = getchar();
printf("Key ret %d\n", ret);
return 0;
}