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.
getclip?Gforth for Android には、クリップボードからテキストを読み取る単語を定義する Unix/jni-helper.fs ファイルがあります。putclipAndroidのクリップボードにテキストを入れる実装をしたいです。そのためには、静的な ClipData::newPlainText() メンバーにアクセスする必要があります。Gforth のオブジェクト システムで静的 JNI メンバーを定義するにはどうすればよいですか?
getclip?
putclip