Function setState [src]

Set certain state for the input device.

Prototype

pub fn setState(self: *const SimpleTextInputEx, state: *const u8) Status

Parameters

self: *const SimpleTextInputExstate: *const u8

Source

pub fn setState(self: *const SimpleTextInputEx, state: *const u8) Status { return self._set_state(self, state); }