removed unused Cook/UncookMouse APIs

This commit is contained in:
Tig Kindel
2023-02-06 11:31:02 +09:00
parent de5af990df
commit 84a4bb69d4

View File

@@ -705,7 +705,6 @@ namespace Terminal.Gui {
return;
OnGrabbedMouse (view);
mouseGrabView = view;
Driver.UncookMouse ();
}
/// <summary>
@@ -717,7 +716,6 @@ namespace Terminal.Gui {
return;
OnUnGrabbedMouse (mouseGrabView);
mouseGrabView = null;
Driver.CookMouse ();
}
static void OnGrabbedMouse (View view)