clipboardTextSet
Set clipboard content (text only)
Parameters
- self:Backend
- Backend
- text:[]const u8
- []const u8
Source
Implementation
pub fn clipboardTextSet(self: Backend, text: []const u8) GenericError!void {
return self.impl.clipboardTextSet(text);
}