Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gforth for Android 有一个 Unix/jni-helper.fs 文件,它定义了getclip?从剪贴板读取文本的单词。我想实现putclip将文本放在 Android 剪贴板上。为此,我需要访问静态 ClipData::newPlainText() 成员。如何在 Gforth 的对象系统中定义静态 JNI 成员?
getclip?
putclip