Protocol for mice

Fields

_reset: *const fn (*const SimplePointerProtocol, bool) callconv(cc) Status,
_get_state: *const fn (*const SimplePointerProtocol, *SimplePointerState) callconv(cc) Status,
wait_for_input: Event,

Functions

fn getState(self: *const SimplePointerProtocol, state: *SimplePointerState) Status

Retrieves the current state of a pointer device.

fn reset(self: *const SimplePointerProtocol, verify: bool) Status

Resets the pointer device hardware.

Values