Clipboard API #2647
Replies: 3 comments 3 replies
-
How would this concept even be relevant for a virtual console? |
Beta Was this translation helpful? Give feedback.
-
I see the potentia utiity. Just kind of breaks the virtual console 4th wall in my opinion. :-) |
Beta Was this translation helpful? Give feedback.
-
i also think such a thing would be a cool addition to tic80 for example (related to an editor like how eliaswolfy mentioned ), you could make a small art tool, and be able to save 'files' as a string so it could be loaded later. ...an idea i just thought of while writing this, maybe we could have like a dedicated section of RAM that you could put this clipboard data in? something like the following: -- get data from clipboard
getClip() --copies to RAM
-- maybe optional parameter [length] to get a set amount?
--send data to clipboard
setClip(512)
-- parameter [length] used to get certain amount
--this would also mean you couldn't have multiple bits of clip data in RAM, which i think fits the fantasy console idea. thats just my take on such an idea though. |
Beta Was this translation helpful? Give feedback.
-
I suggest an API for the Tic-80 to communicate with the device's clipboard.
Beta Was this translation helpful? Give feedback.
All reactions