キーボードの設置

このコミットが含まれているのは:
2023-07-06 12:36:13 +09:00
コミット bbbc867960
2個のファイルの変更23行の追加6行の削除
+1 -1
ファイルの表示
@@ -47,7 +47,7 @@ Draw \
found = NoteFind (StrMid (text.cnt_, cnt * 3, 3))
If (found = -1) {
If found = -1 {
found = UNKNOWN
}
+22 -5
ファイルの表示
@@ -1,15 +1,32 @@
#module \
Keyboard
#defcfunc local \
New
insNum++
#deffunc local \
Show
showing = True
text = ""
Return insNum - 1
Return
#deffunc local \
Set \
Hide
showing = False
Return
#deffunc local \
GetChar
if showing = False {
Return ""
}
; text += charDict
Return ""
#deffunc local \
Draw
#global