AGS.Editor.NativeProxy.GetAsyncKeyState C# (CSharp) Method

GetAsyncKeyState() private method

private GetAsyncKeyState ( int keyCode ) : short
keyCode int
return short
        private static extern short GetAsyncKeyState(int keyCode);