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

Method has_get_clipboard

platform/android/java_godot_wrapper.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool GodotJavaWrapper::has_get_clipboard() {
252 return _get_clipboard != nullptr;
253}
254
255String GodotJavaWrapper::get_clipboard() {
256 String clipboard;

Callers 1

clipboard_getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected