AxiosEngine-old 

AxiosEngine-old Commit Details


Date:2012-06-03 15:42:00 (13 years 1 month ago)
Author:Natalie Adams
Branch:default
Commit:646318719561
Parents: c4ca3b5877b0
Message:Must be static

Changes:
Maxios/Engine/Extensions/InputState.cs (1 diff)

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

Page rendered in 0.79919s using 14 queries.