- Enclosing class:
- Windows
public static class Windows.Robot
extends java.awt.Robot
The Windows.Robot class is a subclass of the java.awt.Robot class.
It was created to be able to use PostMessage to send the keys directly to the SIM without it having to have focus.
This first version uses WM_CHAR, because WM_KEYDOWN and WM_KEYUP were causing duplicates.
NOTE: Currently not all keys are supported, only the ASCII characters so chat can work.
When support for MACROs is written, all the keys will be mapped and tested.
- Since:
- 1.0
- Author:
- Jeffrey Gilliam
- Copyright:
- Copyright (C) 2015 - 2024 Jeffrey Gilliam
- License:
- Apache License 2.0