Also using win32API, why does globalmousekeyhook doesn't work in the game, but this project does! #26
-
I've been looking for a program to capture keyboard and mouse in games. I found now this program and globalmousekeyhook, SharpDX.RawInput. Your core code is
globalmousekeyhook core code is
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This project is really awesome! ! ! Thanks! I found a lot of projects that don't work in the game. this is the only one |
Beta Was this translation helpful? Give feedback.
-
I think I know why, in fact both globalmousekeyhook and SharpDX.RawInput work fine in the game, with the prerequisite requirement that it needs to be run as administrator. I'm really laughing at my own stupidity for being tossed around for so long by a minor issue |
Beta Was this translation helpful? Give feedback.
-
Glad to hear that 🙂 |
Beta Was this translation helpful? Give feedback.
I think I know why, in fact both globalmousekeyhook and SharpDX.RawInput work fine in the game, with the prerequisite requirement that it needs to be run as administrator. I'm really laughing at my own stupidity for being tossed around for so long by a minor issue