feat(win32 gui): add direct copy to windows clipboard support
closes #100
This commit is contained in:
parent
ff04602d1c
commit
7cbd63accd
3 changed files with 40 additions and 11 deletions
|
@ -366,6 +366,7 @@ pub fn copy_to_system_clipboard(self: *Self, text: []const u8) void {
|
|||
std.log.warn("TODO: copy_to_system_clipboard", .{});
|
||||
}
|
||||
|
||||
pub const copy_to_windows_clipboard = @import("tuirenderer").copy_to_windows_clipboard;
|
||||
pub const request_windows_clipboard = @import("tuirenderer").request_windows_clipboard;
|
||||
|
||||
pub fn request_mouse_cursor_text(self: *Self, push_or_pop: bool) void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue