/// <summary>
 /// Unlocks the input.
 /// </summary>
 public void Dispose()
 {
     Unlock();
     hook.Dispose();
 }