Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
bool GodotJavaWrapper::has_get_clipboard() {
252
return _get_clipboard != nullptr;
253
}
254
255
String GodotJavaWrapper::get_clipboard() {
256
String clipboard;
Callers
1
clipboard_get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected