Listener or Timer

I am using a timer to refresh the polling data every 50 milliseconds. Is there anyway to use a listener instead?

Sorry, we have to poll at the OS level, so that is what we expose. Most games engines prefer to poll also, so they have more control over when they OS is waiting for IO operations.

HTH

Endolf