Exemplo n.º 1
0
		/// <summary>
		/// Initializes a new instance of the <see cref="InputManager"/> class.
		/// </summary>
		/// <param name="nativeInstance">The native instance.</param>
		private InputManager(IInputManager nativeInstance)
			: base(nativeInstance)
		{
			nativeInstance.SetOwner(this);
		}