> home > Custom Layer Boundary API

clipboard_post

January 19th 2020
Post a string to 4coder internal clipboard and the system clipboard

Signature

C++
b32
clipboard_post(Application_Links* app,
               i32 clipboard_id,
               String_Const_u8 string);

Parameters

app

the standard custom layer context pointer

clipboard_id

the id of the clipboard to receive the post - currently an ignored parameter and should be set to zero

Return

the state fields of the child process