Beispiel #1
0
 private void _SetRawInputEventDispatcher(IRawInputEventDispatcher dispatcher)
 {
     rawEventDispatcher = dispatcher;
     for (int i = 0; i < rawEventHandlerCacheList.Count; ++i)
     {
         dispatcher.RegisterRawInputEventHandler(rawEventHandlerCacheList[i]);
     }
 }
Beispiel #2
0
 public static void SetRawInputEventDispatcher(IRawInputEventDispatcher dispatcher)
 {
     Instance._SetRawInputEventDispatcher(dispatcher);
 }