Omzetten van javainput events naar buttons afgemaakt. Begonnen met ondersteuning voor macro's implementeren.

This commit is contained in:
2011-02-06 17:41:58 +00:00
parent aaba82d6dc
commit 06c773a9c9
25 changed files with 268 additions and 71 deletions

View File

@@ -0,0 +1,7 @@
package pm.exception.device;
import pm.exception.DeviceException;
public class JavaInputDeviceNotFoundException extends DeviceException {
protected static final long serialVersionUID = 1L;
}