Function reset [src]

Resets the pointer device hardware.

Prototype

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

Parameters

self: *const SimplePointerverify: bool

Source

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