You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to paste text to the clipboard and keep running into challenges. I tried using pygame.SCRAP_TEXT and it worked outside the main "while" loop for my game, but never inside, so I couldn't put specific variable data from the game into the clipboard.
Then I tried using pyperclip and when exporting to HTML with pygbag, when I tried to run in localhost I just got a black screen and my game never fully rendered.
Is there a way to work with pyperclip? Or another solution for copying text from inside the game to the clipboard?
The text was updated successfully, but these errors were encountered:
I'm trying to paste text to the clipboard and keep running into challenges. I tried using pygame.SCRAP_TEXT and it worked outside the main "while" loop for my game, but never inside, so I couldn't put specific variable data from the game into the clipboard.
Then I tried using pyperclip and when exporting to HTML with pygbag, when I tried to run in localhost I just got a black screen and my game never fully rendered.
Is there a way to work with pyperclip? Or another solution for copying text from inside the game to the clipboard?
The text was updated successfully, but these errors were encountered: