Function ul_sys::ulPlatformSetClipboard[][src]

pub unsafe extern "C" fn ulPlatformSetClipboard(
    clipboard: ULClipboard
)
Expand description

Set a custom Clipboard implementation.

This should be used if you are using ulCreateRenderer() (which does not provide its own clipboard implementation).

The Clipboard interface is used by the library to make calls to the system’s native clipboard (eg, cut, copy, paste).

You should call this before ulCreateRenderer().