Beispiel #1
0
 //This method sends the info for a key release
 internal void KeyReleased(char v)
 {
     UDPGameClient.SendKeyRelease(v);
 }