Crate i8042

Source

Structs§

Driver8042
A driver for the Intel 8042 PS/2 Controller.
MouseState
The state of the mouse.

Enums§

Change
A change in the state of the keyboard or the mouse.
DecodedKey
Contains either a Unicode character, or a raw key code.
Error
Irq
Identifies which IRQ is being processed.

Traits§

Impl
This trait provides the actual functionality of communicating with the 8042 controller to the driver instance.