More mouse support, make sample quit, some mouse drag work

This commit is contained in:
Miguel de Icaza
2018-01-12 23:19:30 -05:00
parent 0269b0e9b7
commit 863343cd3e
6 changed files with 265 additions and 39 deletions

View File

@@ -161,5 +161,10 @@ namespace Terminal {
/// Flags indicating the kind of mouse event that is being posted.
/// </summary>
public MouseFlags Flags;
public override string ToString()
{
return $"({X},{Y}:{Flags}";
}
}
}