https://github.com/portilla/yclipboardtext
The library allows access to the clipboard from LiveCode in an Android development environment.
https://github.com/portilla/yclipboardtext
android clipboard livecode livecode-builder livecodescript
Last synced: 8 months ago
JSON representation
The library allows access to the clipboard from LiveCode in an Android development environment.
- Host: GitHub
- URL: https://github.com/portilla/yclipboardtext
- Owner: portilla
- License: gpl-3.0
- Created: 2024-10-16T05:25:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:45:12.000Z (about 1 year ago)
- Last Synced: 2024-10-24T09:45:23.176Z (about 1 year ago)
- Topics: android, clipboard, livecode, livecode-builder, livecodescript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# yClipboardText
A LiveCode Builder library for working with the clipboard on Android.
## Description
This LiveCode Builder library provides a set of functions for interacting with
the clipboard on Android devices. You can easily get, set, and clear clipboard
text using the following functions:
| name | type | parameters | value | description |
| :--- | :---: | :--- | :--- | :--- |
| **hasClipboardText** | function | - | `boolean` | Checks if there is any text currently on the clipboard. |
| **clearPrimaryClip** | command | - | - | Clears all data from the clipboard. |
| **getClipboardText** | function | - | `string` | Retrieves the text currently stored on the clipboard. |
| **setClipboardText** | command | `string` | - | Stores the specified text on the clipboard. |
## LICENSE
This library is licensed under the `GPL-3.0 license`.
For more information read the [LICENSE](LICENSE) file