Class OnKeyEventArgs
Inherited Members
Namespace: Slipe.Client.IO.Events
Assembly: SlipeClient.dll
Syntax
public class OnKeyEventArgs
Properties
| Improve this Doc View SourceIsPressed
True if the key was pressed
Declaration
public bool IsPressed { get; }
Property Value
Type | Description |
---|---|
Boolean |
Key
The string representation of the key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
String |