Ejemplo n.º 1
0
        protected void Initialize()
        {
            RawInputParser = new RawInputParser();
            WindowCreator  = new WindowCreator(RawInputParser);
            var windowHandle = WindowCreator.CreateWindow();

            Devices = new DeviceEnumerator(RawInputParser, windowHandle);
        }
Ejemplo n.º 2
0
 public void Dispose()
 {
     WindowCreator?.Dispose();
 }