• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Asset - Extension Copy Paste iOS, Mac & Android

J

JayR

Guest
Hi there, may I check if the copy/paste function will work on Windows? I'd like to test my game's features without needing to export it to Android every time.
 

Kaguva

Member
Hi!!
you can use this GML functions for that:

clipboard_set_text(str);
clipboard_has_text();
clipboard_get_text();
 
Top