CSharp___DllImport.Phone.KeyboardHook.IsKeyDown C# (CSharp) Method

IsKeyDown() public static method

public static IsKeyDown ( PhysicalKeys key ) : bool
key PhysicalKeys
return bool
            public static bool IsKeyDown(PhysicalKeys key)
            {
                return DllImportCaller.lib.GetAsyncKeyState7((int)key) != 0;
            }