Crate ps2_mouse

Source
Expand description

This crate provides basic access to a ps2 mouse in x86 environments.

Structsยง

Mouse
A basic interface to interact with a PS2 mouse.
MouseFlags
Represents the flags currently set for the mouse.
MouseState
A snapshot of the mouse flags, x delta and y delta.