Must be static
This commit is contained in:
parent
6f1d7e6d4d
commit
8e7771ef63
@ -47,7 +47,7 @@ namespace Axios.Engine.Extensions
|
||||
return input.IsNewButtonRelease(button, PlayerIndex.One, out p);
|
||||
}
|
||||
|
||||
public bool IsNewKeyRelease(this InputState input, Keys key)
|
||||
public static bool IsNewKeyRelease(this InputState input, Keys key)
|
||||
{
|
||||
PlayerIndex p;
|
||||
return input.IsNewKeyRelease(key, PlayerIndex.One, out p);
|
||||
|
Loading…
Reference in New Issue
Block a user