Jump to content

Keyboard


Single Core

Recommended Posts

I've tried using the robot class, didn't seem to be working ? 

The Robot class generates native events, so even if it did work you wouldn't want to be using it.

 

The reason you're not seeing anything happen is because I guarantee that you have user input disabled. Every native event sent to the applet is first checked by the bot itself and only allowed through if user input is enabled, else it will just be consumed.

 

Look at the BotKeyEvent class in the API, you should be sending those.

Edited by Swizzbeat
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...