Protocol for touchscreens
Fields
_reset: *const fn (*const AbsolutePointerProtocol, bool) callconv(cc) Status,
_get_state: *const fn (*const AbsolutePointerProtocol, *AbsolutePointerState) callconv(cc) Status,
wait_for_input: Event,
mode: *AbsolutePointerMode,
Functions
fn getState(self: *const AbsolutePointerProtocol, state: *AbsolutePointerState) Status
Retrieves the current state of a pointer device.
fn reset(self: *const AbsolutePointerProtocol, verify: bool) Status
Resets the pointer device hardware.