Class KeyConstants
Assembly: SlipeServer.Packets.dll
Syntax
public class KeyConstants
Methods
|
Edit this page
View Source
ControlToString(Controls)
Declaration
public static string ControlToString(KeyConstants.Controls control)
Parameters
Returns
|
Edit this page
View Source
IsValid(string)
Declaration
public static bool IsValid(string controlOrKey)
Parameters
Type |
Name |
Description |
string |
controlOrKey |
|
Returns
|
Edit this page
View Source
KeyToString(Keys)
Declaration
public static string KeyToString(KeyConstants.Keys key)
Parameters
Returns
|
Edit this page
View Source
StringToControl(string)
Declaration
public static KeyConstants.Controls StringToControl(string control)
Parameters
Type |
Name |
Description |
string |
control |
|
Returns
|
Edit this page
View Source
StringToKey(string)
Declaration
public static KeyConstants.Keys StringToKey(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns