C# Class Nez.Clipboard

prep for a proper multi-platform clipboard system. For now it just mocks the clipboard and will only work in-app
Inheritance: IClipboard
Show file Open project: prime31/Nez

Public Methods

Method Description
getContents ( ) : string
setContents ( string text ) : void

Private Methods

Method Description
IClipboard ( ) : string
IClipboard ( string text ) : void

Method Details

getContents() public static method

public static getContents ( ) : string
return string

setContents() public static method

public static setContents ( string text ) : void
text string
return void