Loading...
Searching...
No Matches
CAPI_Clipboard.h File Reference

Overview

User-defined clipboard interface.

#include <Ultralight/CAPI/CAPI_Clipboard.h>

The library uses this to read and write data to the system's clipboard.

See also
ulPlatformSetClipboard()

Classes

struct  ULClipboard
 User-defined clipboard interface. More...
 

Typedefs

typedef void(* ULClipboardClearCallback) ()
 The callback invoked when the library wants to clear the system's clipboard.
 
typedef void(* ULClipboardReadPlainTextCallback) (ULString result)
 The callback invoked when the library wants to read from the system's clipboard.
 
typedef void(* ULClipboardWritePlainTextCallback) (ULString text)
 The callback invoked when the library wants to write to the system's clipboard.
 

Typedef Documentation

◆ ULClipboardClearCallback

typedef void(* ULClipboardClearCallback) ()

The callback invoked when the library wants to clear the system's clipboard.

◆ ULClipboardReadPlainTextCallback

typedef void(* ULClipboardReadPlainTextCallback) (ULString result)

The callback invoked when the library wants to read from the system's clipboard.

You should store the result (if any) in 'result'.

◆ ULClipboardWritePlainTextCallback

typedef void(* ULClipboardWritePlainTextCallback) (ULString text)

The callback invoked when the library wants to write to the system's clipboard.

Go to the source code of this file.