Omzetten van javainput events naar buttons afgemaakt. Begonnen met ondersteuning voor macro's implementeren.
This commit is contained in:
12
java/src/pm/device/macro/action/Hold.java
Normal file
12
java/src/pm/device/macro/action/Hold.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package pm.device.macro.action;
|
||||
|
||||
import pm.device.macro.Action;
|
||||
import pm.device.macro.Button;
|
||||
|
||||
public class Hold implements Action {
|
||||
public Button button;
|
||||
|
||||
public Hold(Button button) {
|
||||
this.button = button;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user