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();
}Get clipboard content (text only)
Source
pub fn clipboardText(self: Backend) GenericError![]const u8 {
return try self.impl.clipboardText();
}