diff --git a/DS4Windows/DS4Control/InputMethods.cs b/DS4Windows/DS4Control/InputMethods.cs index 0d0555e..f5190b3 100644 --- a/DS4Windows/DS4Control/InputMethods.cs +++ b/DS4Windows/DS4Control/InputMethods.cs @@ -1,8 +1,10 @@ using System; using System.Runtime.InteropServices; +using System.Security; namespace DS4Windows { + [SuppressUnmanagedCodeSecurity] class InputMethods { public static void MoveCursorBy(int x, int y)