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