View Single Post
Join Date: Nov 2008
Posts: 1
Reputation: Shadedsoul is an unknown quantity at this point 
Solved Threads: 0
Shadedsoul Shadedsoul is offline Offline
Newbie Poster

Keystroke block override?

 
0
  #1
Nov 25th, 2008
Hello

I'm currently in the process of creating a mod which tracks movements via a webcam and then translates these movements into keystrokes. But I have encountered an annoying problem. Whenever I try to feed the keystrokes into a game, my input is blocked because the input is channeled through the C++ program I have written, instead of being direct keyboard input.

Does anybody have any suggestions as to how the blocking can be overridden?
Reply With Quote