|
|
Line 53: |
Line 53: |
| <pre> | | <pre> |
| NPPVPepperExtensions | | NPPVPepperExtensions |
| </pre>
| |
|
| |
| = Clipboard =
| |
|
| |
| In addition to devices API below, the NPExtensions struct provides a function pointer that can be used to copy strings to the clipboard.
| |
| <pre>
| |
| /* Copy UTF-8 string into clipboard */
| |
| typedef void (*NPCopyTextToClipboardPtr)(
| |
| NPP instance,
| |
| const char* content);
| |
| </pre> | | </pre> |
|
| |
|