
-----------------------------------
LaZ3R
Tue Nov 27, 2007 7:14 pm

Can turing get Input.KeyDown input even if window is not active?
-----------------------------------
Just wondering if it's possible to. Would be fun to make a keylogger :P

Reason why I ask is Turing is able to constantly record position and mousebutton even if window is unactive and out of the window field. Why not letters as well?

-----------------------------------
rdrake
Tue Nov 27, 2007 9:25 pm

RE:Can turing get Input.KeyDown input even if window is not active?
-----------------------------------
The easiest way to do this would be to hook right into the keyboard directly using the win32 API, which Turing cannot do.

-----------------------------------
LaZ3R
Wed Nov 28, 2007 1:26 pm

Re: Can turing get Input.KeyDown input even if window is not active?
-----------------------------------
Damn! :( No way at all??? :(

-----------------------------------
Dan
Wed Nov 28, 2007 1:28 pm

RE:Can turing get Input.KeyDown input even if window is not active?
-----------------------------------
The only way whould be to make a program in another langue that could some how send the comands back to turing threw a net connection or file.
