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

get_client_events

Function get_client_events 

Source
pub fn get_client_events(
    _client_id: u32,
    _events_ptr: usize,
    _max_count: usize,
) -> Result<usize, KernelError>
Expand description

Get pending input events for a client’s windows.

Returns the number of events written.