Input Handling (#90)
* Migrates the Examine system to the new Input system. * Update Engine.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using SS14.Shared.Input;
|
||||
using SS14.Shared.Input;
|
||||
|
||||
namespace Content.Shared.Input
|
||||
{
|
||||
@@ -9,5 +9,6 @@ namespace Content.Shared.Input
|
||||
public static readonly BoundKeyFunction Drop = "Drop";
|
||||
public static readonly BoundKeyFunction ActivateItemInHand = "ActivateItemInHand";
|
||||
public static readonly BoundKeyFunction OpenCharacterMenu = "OpenCharacterMenu";
|
||||
public static readonly BoundKeyFunction ExamineEntity = "ExamineEntity";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user