Example #1
0
        // DarthAffe 05.01.2017: We just apply an empty eventhandler since we want the input to be observed even if we don't care about the event.
        public override void OnAttach(IBrush target)
        {
            base.OnAttach(target);

            _observedDevice.RegisterOnInput(_eventHandler);
        }