Ultralight C API 1.3.0
Loading...
Searching...
No Matches
CAPI_Clipboard.h File Reference

Go to the source code of this file.

Data Structures

struct  ULClipboard
 

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.