* This function positions the cursor at the specified * x,y coordinate. It uses the ANSI standard ESCAPE * * sequence to produce the desired effect. Its not the * * fastest way to position the cursor, but perhaps the * * most portable. *
/* *可以本機單打,本機雙打,聯(lián)機雙打 *用戶一的鍵盤控制為:up= key_up down= key_down left = key_left right = key_right * pause = key_space reset = key_r *用戶二的鍵盤控制為:up = w down = s left = a right = d * pause = 1 reset = 2 *@auther 張恩來 *@e-mail:zhang_elai@cvicse.com *聯(lián)機雙打時,請先建立服務(wù)器端,然后建立客戶機端 **/