mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Use SuppressUnmanagedCodeSecurity attr for InputMethods class
This commit is contained in:
parent
730cbbec29
commit
8ae68ed7cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user