mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-04 22:18:00 +00:00
Added I8042 (ps/2) and Parallel port types
This commit is contained in:
parent
1b4afd7352
commit
52ad786cb0
1 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue