- March 23, 2012
- 614
- 745
- 57
- Home Country
- Germany
- Thread starter
- #841
I will check that when I have more time.That's quite surprising. I'm interested to know if the limitation is really one window handle per application/process... or is it per input device
For the moment I'm thinking for a simpler approach. The idea ist just to listen for WM_INPUT (in PreFilterMessage) and then analyse what's comming. If it's for me, then I return true, if not I return false.
As the RemotePlugins already registers the necessary input filter I don't have to. I would just call GetRawInputData and decode the data myself...