Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Please add setclipboard() and getclipboard()

    Comments & Feedback
    3
    5
    548
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • HeyoMayo
      HeyoMayo F last edited by HeyoMayo

      permission = setclipboard("code")

      
      If soundeffectmade then
          permission = setclipboard("insert sound effect code here",)
      
      
          If permission then
          print("Sound effect successfully copied!")
          endif
      
         if !permission then
         print("Please allow the program to copy into your clipboard")
      endif
      endif
      

      result = GetClipboard()

      store = []
      string clipboard = ""
      |oop
          clear(fuzegrey)
          c = controls()
          cursor(0,0)
          print("Press Y to save clipboard ")
          If c.y then
          saveclipboard()
          endif
          cursor(0,1)
          Print("Saved Clipboard: "  + clipboard)
          cursor(0, 2)
          print("Clipboard: " + getclipboard())
           
          update()
      repeat
      
      1 Reply Last reply Reply Quote 4
      • HeyoMayo
        HeyoMayo F last edited by HeyoMayo

        I think this would allow for so many possible projects, someone could make a music software/project for fuze, someone could make a way to code in a c++ syntax style then export/import using this function, someone could create drawing software in fuze (image editor doesn't have smooth lines), etc, this would be awesome to have.

        1 Reply Last reply Reply Quote 3
        • Dave
          Dave Fuze Team last edited by

          A clipboard feature is something we have talked about as a team before. Certainly an interesting idea.

          1 Reply Last reply Reply Quote 3
          • Gothon
            Gothon F last edited by Gothon

            A clipboard could be used to copy data from one Fuze project to another Fuze project on your switch without needing to hand copy it (or otherwise) out of the Fuze environment and back in. I mean to and from the running program of course, the source code can already be copied this way.

            HeyoMayo 1 Reply Last reply Reply Quote 1
            • HeyoMayo
              HeyoMayo F @Gothon last edited by

              @gothon said in Please add setclipboard() and getclipboard():

              A clipboard could be used to copy data from one Fuze project to another Fuze project on your switch without needing to hand copy it (or otherwise) out of the Fuze environment and back in. I mean to and from the running program of course, the source code can already be copied this way.

              Imagine if someone makes a program to run your program inside of the program

              1 Reply Last reply Reply Quote 1
              • First post
                Last post