コピー機能の追加-4
https://fujilogic.blogspot.com/2020/08/highlight.js.html

残念ながら、使い方が不明、動作しない。


コードタイトル

CODE TYPE

------------------------------------------------------------------------
-- ウインドウの作成
wnd = float_wnd_create(600, 400, 1, true)
float_wnd_set_title(wnd, "ボタンの基本")        --Windowタイトル
float_wnd_set_imgui_builder(wnd, "im_on_build") --下の関数を読み込みセットする
------------------------------------------------------------------------
--メインウインドウをビルドしてその内容を実行する
function im_on_build(wnd, x, y)
end