TextEdit control & a bunch of other stuff (#3436)

This commit is contained in:
Pieter-Jan Briers
2022-11-12 03:12:49 +01:00
committed by GitHub
parent db95c6284b
commit e34935c9e2
56 changed files with 4244 additions and 532 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.Diagnostics;
using Robust.Shared.Map;
namespace Robust.Shared.Input
@@ -7,6 +8,7 @@ namespace Robust.Shared.Input
/// Event data values for a bound key state change.
/// </summary>
[Virtual]
[DebuggerDisplay("{Function}, {State}, CF: {CanFocus}, H: {Handled}")]
public class BoundKeyEventArgs : EventArgs
{
/// <summary>