⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

push_event

Function push_event 

Source
pub fn push_event(event: InputEvent)
Expand description

Push an input event into the global event queue.

Called by keyboard and mouse drivers.