Indy68 -> Why input polling? (implementation detail question) (12/14/2010 10:43:42 AM)
|
In several posts it has been mentioned that various problems are related to polling, e.g. input polling. I'm just curious, why do you need to poll input? Are you using a development platform where standard windows events can't be used, or what's the reason for polling? After all, polling is not the recommended practise in Windows development (too quick polling uses CPU in vain, too slow polling is unresponsive and middle-way polling has potential of both problems)
|
|
|
|