Madd Games
Results
2
issues of
Madd Games
Current GLFW has the function `glfwSetClipboardText()` and `glfwGetClipboardText()`, but the underlying system clipboard APIs are significantly more powerful: * They allow you to offer multiple different formats of the data,...
enhancement
This PR removes the internal `clipboard`, and instead encoding the selection for copying into a string which it then places into the system clipboard, and then pastes from that. Thanks...