Sending keypresses instead of targetmovement
This commit is contained in:
@@ -4,7 +4,14 @@ using Microsoft.Xna.Framework.Input;
|
||||
namespace Subsurface
|
||||
{
|
||||
|
||||
public enum InputType { Select, ActionHit, ActionHeld, SecondaryHit, SecondaryHeld }
|
||||
public enum InputType
|
||||
{
|
||||
Select,
|
||||
ActionHit, ActionHeld,
|
||||
SecondaryHit, SecondaryHeld,
|
||||
Left, Right, Up, Down,
|
||||
Run
|
||||
}
|
||||
|
||||
class Key
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user