mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +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;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Security;
|
||||||
|
|
||||||
namespace DS4Windows
|
namespace DS4Windows
|
||||||
{
|
{
|
||||||
|
[SuppressUnmanagedCodeSecurity]
|
||||||
class InputMethods
|
class InputMethods
|
||||||
{
|
{
|
||||||
public static void MoveCursorBy(int x, int y)
|
public static void MoveCursorBy(int x, int y)
|
||||||
|
Loading…
Reference in New Issue
Block a user