Module virtio_input

Module virtio_input 

Source
Expand description

VirtIO Input Device Driver

This module implements a VirtIO input device driver that supports keyboards, mice, tablets, and other input devices.

The driver integrates with Scarlet’s native EventDevice to provide a clean interface for input event handling.

Modules§

config_select 🔒
Config select values

Structs§

VirtioInputConfig 🔒
VirtIO Input device configuration
VirtioInputDevice
VirtIO Input Device
VirtioInputEvent 🔒
VirtIO Input event structure (matches Linux virtio_input_event)