mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-06 08:49:57 +01:00
Added I8042 (ps/2) and Parallel port types
This commit is contained in:
parent
1b4afd7352
commit
52ad786cb0
|
|
@ -249,5 +249,16 @@ public interface Controller {
|
|||
* Serial port
|
||||
*/
|
||||
public static final PortType SERIAL = new PortType("Serial port");
|
||||
|
||||
/**
|
||||
* i8042
|
||||
*/
|
||||
public static final PortType I8042 = new PortType("i8042 (PS/2)");
|
||||
|
||||
/**
|
||||
* Parallel port
|
||||
*/
|
||||
public static final PortType PARALLEL = new PortType("Parallel port");
|
||||
|
||||
} // class Controller.PortType
|
||||
} // interface Controller
|
||||
|
|
|
|||
Loading…
Reference in a new issue