Continuous systeem afgemaakt, rollen van verschillende listeners en gatherers gecontroleerd en nutteloze exceptions verwijderd. Het nieuwe actions systeem moet nog worden doorgevoerd in de devices.
This commit is contained in:
@@ -12,6 +12,10 @@ import pm.macro.event.Release;
|
||||
public class Macro {
|
||||
protected Event[] eventArray;
|
||||
|
||||
public Macro(Event event) {
|
||||
eventArray = new Event[]{event};
|
||||
}
|
||||
|
||||
public Macro(Event... eventArray) throws MacroException {
|
||||
ArrayList<Button> holdList = new ArrayList<Button>();
|
||||
ArrayList<Event> eventList = new ArrayList<Event>();
|
||||
|
||||
Reference in New Issue
Block a user