Function reset [src]

Resets the pointer device hardware.

Prototype

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

Parameters

self: *const AbsolutePointerverify: bool

Source

pub fn reset(self: *const AbsolutePointer, verify: bool) Status { return self._reset(self, verify); }