Screenshot to Clipboard (Fabric)

Screenshot to Clipboard (Fabric)

556k Downloads

Port 1.14.3 code to OSX

comp500 opened this issue ยท 1 comments

commented

For Mac OSX support, a native library is needed (or some functions, if there are Java bindings to the relevant APIs) that takes a ByteBuffer of RGBA pixel data, and copies it to the clipboard. I don't have a Mac to build or test this code on, so I'll need other people to contribute.

Resources that may help:

commented

Code contributed and tested thanks to @juliand665!