コード例 #1
0
ファイル: rice.go プロジェクト: nickHsiung90/sciter
func HandleDataLoad(s *sciter.Sciter) {
	s.SetCallback(newHandler(s))
}