Input Refactor (#72)
This commit is contained in:
committed by
GitHub
parent
b13d100107
commit
f1ec10e3e1
13
Content.Shared/Input/ContentKeyFunctions.cs
Normal file
13
Content.Shared/Input/ContentKeyFunctions.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using SS14.Shared.Input;
|
||||
|
||||
namespace Content.Shared.Input
|
||||
{
|
||||
[KeyFunctions]
|
||||
public static class ContentKeyFunctions
|
||||
{
|
||||
public static readonly BoundKeyFunction SwapHands = "SwapHands";
|
||||
public static readonly BoundKeyFunction Drop = "Drop";
|
||||
public static readonly BoundKeyFunction ActivateItemInHand = "ActivateItemInHand";
|
||||
public static readonly BoundKeyFunction OpenCharacterMenu = "OpenCharacterMenu";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user