module Clipboard

Defined in:

clipboard.cr

Class Method Summary

Class Method Detail

def self.clear #

[View source]
def self.get_text #

[View source]
def self.set_text(text) #

Won't work, if the program exits directly It needs some time (try ~ 100 milliseconds minimum) for other applications to be able to access the clipboard Else the clipboard will be empty, but get_text will return the correct value


[View source]