Crate ps2_mouse[][src]

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.