Exemple #1
0
 public void RenderKey(Key key, bool shiftDown, bool controlDown, bool altDown)
 {
     _nativeInstance.RenderKey(key, shiftDown, controlDown, altDown);
 }