mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
removed unused Cook/UncookMouse APIs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user