MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / has_set_clipboard

Method has_set_clipboard

platform/android/java_godot_wrapper.cpp:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool GodotJavaWrapper::has_set_clipboard() {
280 return _set_clipboard != nullptr;
281}
282
283void GodotJavaWrapper::set_clipboard(const String &p_text) {
284 if (_set_clipboard) {

Callers 1

clipboard_setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected