Vuo  2.3.2
Classes | Functions
VuoClipboard.m File Reference

Description

VuoClipboard implementation.

Definition in file VuoClipboard.m.

Go to the source code of this file.

Classes

class  VuoClipboardReader
 Read contents of Mac Pasteboard. More...
 

Functions

VuoText VuoClipboard_getContents ()
 Get the contents of the system clipboard. More...
 
void VuoClipboard_setText (VuoText text)
 Set the clipboard contents for string type. More...
 

Function Documentation

◆ VuoClipboard_getContents()

VuoText VuoClipboard_getContents ( )

Get the contents of the system clipboard.

This function only returns text values.

Definition at line 70 of file VuoClipboard.m.

◆ VuoClipboard_setText()

void VuoClipboard_setText ( VuoText  text)

Set the clipboard contents for string type.

Definition at line 78 of file VuoClipboard.m.