Function readKeyStrokeEx [src]

Reads the next keystroke from the input device.

Prototype

pub fn readKeyStrokeEx(self: *const SimpleTextInputEx, key_data: *Key) Status

Parameters

self: *const SimpleTextInputExkey_data: *Key

Source

pub fn readKeyStrokeEx(self: *const SimpleTextInputEx, key_data: *Key) Status { return self._read_key_stroke_ex(self, key_data); }