DVUI

clipboardText

Get clipboard content (text only)

Parameters

#
self:Backend
Backend

Source

Implementation

#
pub fn clipboardText(self: Backend) GenericError![]const u8 {
    return try self.impl.clipboardText();
}