キーボードの設置
This commit is contained in:
@@ -47,7 +47,7 @@ Draw \
|
||||
|
||||
found = NoteFind (StrMid (text.cnt_, cnt * 3, 3))
|
||||
|
||||
If (found = -1) {
|
||||
If found = -1 {
|
||||
found = UNKNOWN
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user