Module event_device

Module event_device 

Source
Expand description

Event device implementation for input events

This module provides an event device that implements the CharDevice trait for handling input events from keyboards, mice, touchscreens, etc.

Structsยง

EventDevice
Event device for input handling

Constantsยง

EVENT_QUEUE_CAPACITY ๐Ÿ”’
Maximum number of events to buffer

Staticsยง

INPUT_COUNTER ๐Ÿ”’
KEYBOARD_COUNTER ๐Ÿ”’
Static counters for device naming
MOUSE_COUNTER ๐Ÿ”’
TABLET_COUNTER ๐Ÿ”’