Can turing get Input.KeyDown input even if window is not active?
Author |
Message |
LaZ3R
|
Posted: Tue Nov 27, 2007 7:14 pm Post subject: 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
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? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
Posted: Tue Nov 27, 2007 9:25 pm Post subject: 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. |
|
|
|
|
![](images/spacer.gif) |
LaZ3R
|
Posted: Wed Nov 28, 2007 1:26 pm Post subject: Re: Can turing get Input.KeyDown input even if window is not active? |
|
|
Damn! No way at all??? ![Sad Sad](images/smiles/icon_sad.gif) |
|
|
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
Posted: Wed Nov 28, 2007 1:28 pm Post subject: 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. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
![](images/spacer.gif) |
|
|