Results 1 to 3 of 3
- 03-13-2009, 12:51 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 8
- Rep Power
- 0
How to make virtual keystroke output?
I want to make a program that uses a thread to time output for keystrokes made by the program. The keystrokes would be able to work in other widows while the program is minimized. I know where to look up the information of threads and eventlisteners. What I dont know and have searched for on the web is making keystroke output from a program. Can anyone help me?
- 03-23-2009, 05:00 PM #2
Senior Member
- Join Date
- Mar 2009
- Posts
- 552
- Rep Power
- 5
this is the wrong forum for this. Try the New to Java subforum under the General Java forum.(Near the top of the Home page)
If the above doesn't make sense to you, ignore it, but remember it - might be useful!
And if you just randomly taught yourself to program, well... you're just like me!
- 03-31-2009, 12:33 AM #3
Member
- Join Date
- Mar 2009
- Posts
- 8
- Rep Power
- 0
Sorry, Im new to this site. I don't know how to change this to another folder. I have the answer though after searching some another site's forum. Java.awt.Robot; It allows you to control your mouse and/or create virtual keystrokes. The method that checks the color of a pixel on the screen seems like it would be very useful keep track of ones health bar in a game. If pixel is not red then action happens that may heal the character.
Similar Threads
-
Java, output string, getting correct output? HELP!
By computerboyo in forum New To JavaReplies: 2Last Post: 02-25-2009, 11:44 PM -
More than one KeyStroke (Shortcut) for a JMenuItem
By hannehomuth in forum Advanced JavaReplies: 0Last Post: 07-25-2008, 03:35 PM -
how to read single Keystroke without using return
By oomanamemni in forum New To JavaReplies: 1Last Post: 02-14-2008, 07:21 PM -
Help with import AWTKeyStroke and swing.KeyStroke
By susan in forum AWT / SwingReplies: 1Last Post: 07-29-2007, 10:53 PM -
Virtual Machine To Pda
By Heather in forum Advanced JavaReplies: 2Last Post: 06-30-2007, 03:11 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks