I'm writing entropy harvesting class using linb event model, so I need from time to time connect to mouse and keyboard's events and after gathering enough entropy disconnect. How can I switch off events to which I have been connected?
How can I disconnect this? I have tried tips from manual, but I weren't able to stop event. Only if I pass function(){} as callback function it "stops" to trigger an event.
-----------------------------------------------------------------------------------------------------------------------------------
Happy New Year