キーボードの設置
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user