Function readKeyStroke [src]
Reads the next keystroke from the input device.
Prototype
pub fn readKeyStroke(self: *const SimpleTextInput, input_key: *Key.Input) Status
Parameters
self: *const SimpleTextInput
input_key: *Key.Input
Source
pub fn readKeyStroke(self: *const SimpleTextInput, input_key: *Key.Input) Status {
return self._read_key_stroke(self, input_key);
}