namespace SepCore.InputModule
{
public enum InputCommandPhase
Started = 0,
Performed = 1,
Canceled = 2,
}