Function reset [src]

Resets the input device hardware.

Prototype

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

Parameters

self: *const SimpleTextInputExverify: bool

Source

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