Beispiel #1
0
 public XboxOneControllerInjection(
     RemoteHooking.IContext InContext,
     String InChannelName)
 {
     Interface = RemoteHooking.IpcConnectClient <RemoInterface>(InChannelName);
     Hooks     = new List <LocalHook>();
     Interface.Ping(RemoteHooking.GetCurrentProcessId());
 }