CinemaMod / mcef

A Minecraft mod and library for adding the Chromium web browser into the game (Minecraft Chromium Embedded Framework)
GNU Lesser General Public License v2.1
73 stars 24 forks source link

Clipboard #105

Closed sm-timmy closed 2 hours ago

sm-timmy commented 2 hours ago

Hi there! First of all - great job, thanks!

Is it possible to use Clipboard in your mod? Found class net.minecraft.client.util.Clipboard; how to implement in into https://github.com/CinemaMod/mcef-fabric-example-mod ? Is it difficult to use clipboard?

sm-timmy commented 2 hours ago

We can use minecraft.keyboard.setClipboard("any"); minecraft.keyboard.getClipboard();