Beispiel #1
0
 protected override void OnKeyRepeated(Keys repeatedKey, Keys[] allHeldKeys, GameTime gameTime)
 {
     Parent.OnKeyRepeated(repeatedKey, allHeldKeys);
 }