キーボード
This commit is contained in:
@@ -14,7 +14,7 @@ Hide
|
||||
|
||||
Return
|
||||
|
||||
#deffunc local \
|
||||
#defcfunc local \
|
||||
GetChar
|
||||
if showing = False {
|
||||
Return ""
|
||||
@@ -26,7 +26,19 @@ GetChar
|
||||
|
||||
#deffunc local \
|
||||
Draw
|
||||
|
||||
If showing = False {
|
||||
Return
|
||||
}
|
||||
|
||||
Color COLOUR_BLACK
|
||||
BoxF 0, 1920 - 480, 1080, 1920
|
||||
|
||||
Repeat 50
|
||||
Pos 1080 - 96 * (cnt / 5 + 1), 1920 - 480 + 96 * (cnt \ 5)
|
||||
CelPut BUFFER_CHAR, cnt, 3, 3
|
||||
Loop
|
||||
|
||||
Return
|
||||
|
||||
#global
|
||||
|
||||
|
||||
Reference in New Issue
Block a user