mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
TextEdit control & a bunch of other stuff (#3436)
This commit is contained in:
committed by
GitHub
parent
db95c6284b
commit
e34935c9e2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user