キーボードの設置

This commit is contained in:
2023-07-06 12:36:13 +09:00
parent 83bd8c0772
commit bbbc867960
2 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Draw \
found = NoteFind (StrMid (text.cnt_, cnt * 3, 3)) found = NoteFind (StrMid (text.cnt_, cnt * 3, 3))
If (found = -1) { If found = -1 {
found = UNKNOWN found = UNKNOWN
} }
+22 -5
View File
@@ -1,15 +1,32 @@
#module \ #module \
Keyboard Keyboard
#defcfunc local \ #deffunc local \
New Show
insNum++ showing = True
text = ""
Return insNum - 1 Return
#deffunc local \ #deffunc local \
Set \ Hide
showing = False
Return
#deffunc local \
GetChar
if showing = False {
Return ""
}
; text += charDict
Return ""
#deffunc local \
Draw
#global #global