> home > Custom Layer Boundary API

clipboard_count

January 19th 2020
Retrieve the number of strings on the clipboard's history

Signature

C++
i32
clipboard_count(Application_Links* app,
                i32 clipboard_id);

Parameters

app

the standard custom layer context pointer

clipboard_id

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

Return

the number of strings on the clipboard's history