Example #1
0
 //This method sends the info for a keypress
 internal void KeyPressed(char v)
 {
     UDPGameClient.SendKeyPress(v);
 }