We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd63a53 commit 80fa63eCopy full SHA for 80fa63e
src/backend.cpp
@@ -67,14 +67,6 @@ void DevTools::setupPlatform() {
67
"geode::cocos::getMousePos"
68
);
69
#endif
70
-
71
- // define geode's clipboard funcs for imgui
72
- ImGui::GetPlatformIO().Platform_GetClipboardTextFn = [](ImGuiContext* ctx) {
73
- return geode::utils::clipboard::read().c_str();
74
- };
75
- ImGui::GetPlatformIO().Platform_SetClipboardTextFn = [](ImGuiContext* ctx, const char* text) {
76
- geode::utils::clipboard::write(text);
77
78
}
79
80
#ifdef GEODE_IS_MOBILE
0 commit comments