axiosengine 

axiosengine Commit Details


Date:2012-06-03 15:42:58 (13 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:8e7771ef6328b480727abf3cca79997ee4b6ee42
Parents: 6f1d7e6d4dfbfac3c3756a629c4585319d789ed9
Message:Must be static

Changes:

File differences

axios/Engine/Extensions/InputState.cs
4747
4848
4949
50
50
5151
5252
5353
            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);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08469s using 14 queries.