FabGL
ESP32 Display Controller and Graphics Library

◆ PS2Preset

enum class PS2Preset
strong

This enum defines what is connected to PS/2 ports.

Enumerator
KeyboardPort0_MousePort1 

Keyboard on Port 0 and Mouse on Port 1

KeyboardPort1_MousePort0 

Keyboard on Port 1 and Mouse on Port 0

KeyboardPort0 

Keyboard on Port 0 (no mouse)

KeyboardPort1 

Keyboard on Port 1 (no mouse)

MousePort0 

Mouse on port 0 (no keyboard)

MousePort1 

Mouse on port 1 (no keyboard)

Definition at line 52 of file ps2controller.h.